• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

OWASP Stinger error

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Has anyone used the OWASP stinger framework before? I am trying to configure it on my local setup. But i am running into error:

java.lang.NoSuchMethodError: org.owasp.stinger.http.MutableHttpRequest.getRemotePort()I
at org.owasp.stinger.actions.Log.doAction(Unknown Source)
at org.owasp.stinger.Stinger.handleViolationActions(Unknown Source)
at org.owasp.stinger.Stinger.checkMissingParameters(Unknown Source)
at org.owasp.stinger.Stinger.doValidate(Unknown Source)
at org.owasp.stinger.Stinger.validate(Unknown Source)
at org.owasp.stinger.StingerFilter.doStinger(Unknown Source)
at org.owasp.stinger.StingerFilter.doFilter(Unknown Source)

I have placed the jar file (downloaded from the OWASP website) in the web-inf/lib folder and configured the filters in the web.xml.

Any pointers would be appreciated.

Cheers
Tyagi
 
reply
    Bookmark Topic Watch Topic
  • New Topic