Manjosh R
Results
3
comments of
Manjosh R
Here is the old bug opened for the same issue https://github.com/spring-projects/spring-security/issues/11620
We are facing this issue in a production environment. We'll see if we can ignore CSRF validation forAPPLICATION_FORM_URLENCODED requests. Thanks
I tried to disable CSRF for APPLICATION_FORM_URLENCODED request, but now I get "Invalid CSRF token" even for GET requests. Also, why is it required to have a filter to add...