dushyant.agarwal Posted May 14, 2010 Report Share Posted May 14, 2010 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now