Recently we implemented OWASP security solutions with OWASP.jar. After this, our application was working fine in IE 7 and Firefox 3.5. But the application is not working in Safari 4.0.5 or 5.0.
The console shows this message:
"Possible CSRF Threat detected ! redirecting to login page.."
I am unable to log into the application. Even the request itself is not taking. If you have any ideas, please suggest them to me. Is there anything I need to do with the settings of the Safari browser?
We are using Java for development.