posted 16 years ago
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