You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think so that CsrfFileter and CsrfRequestDataValueProcessor is not consistent on policy of injection.
Reasons is following:
CsrfFileter is able to inject the http method of processing target. But, CsrfRequestDataValueProcessor is not able to inject the http method of processing target. Http method of processing target is fixed in private constants.
I think so that should be use same strategy for determine the http method of processing target.