Jump to content

CSRF guard causing anomalous behavior


dushyant.agarwal

Recommended Posts

Hi all, I am trying to fix security issues in my application. For that I have used the (OWASP)CSRF guard . Its a filter by nature. It sets CSRF tokens in the requests. And tests if that token is not found for any request then it redirects the control to an error page which is confgured by the CSRFguard.properties file.Ideally control should never have traversed to the error page which is confgured by the CSRFguard.properties file.But on testing I am able to isolate some cases where it does.I am not able to debug the cause of the problem Can any one help?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...