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
The documentation for "Configuring CsrfTokenRequestAttributeHandler" here (github link here) currently says that the default implementation is CsrfTokenRequestAttributeHandler (i.e. the one before Spring Security 6.x).
Unless I'm mistaken, I believe the new default is XorCsrfTokenRequestAttributeHandler which seems to be the case since gh-11960.
The text was updated successfully, but these errors were encountered:
Thanks @mdadoua! I'll look into this, as I thought I had made this update but evidently forgot to do so. If you're interested in submitting a PR, let me know!
Hello,
The documentation for "Configuring CsrfTokenRequestAttributeHandler" here (github link here) currently says that the default implementation is
CsrfTokenRequestAttributeHandler
(i.e. the one before Spring Security 6.x).Unless I'm mistaken, I believe the new default is
XorCsrfTokenRequestAttributeHandler
which seems to be the case since gh-11960.The text was updated successfully, but these errors were encountered: