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
In version 6.0, the default ServerCsrfTokenRequestHandler of the CsrfWebFilter class has changed to XorServerCsrfTokenRequestAttributeHandler and the javadoc of the setRequestHandler method should reflect this change.
Current Behavior
The javadoc of the setRequestHandler method still says that the default is the ServerCsrfTokenRequestAttributeHandler.
Although XorServerCsrfTokenRequestAttributeHandler is a subclass of ServerCsrfTokenRequestAttributeHandler, the behavior is quite different.
Context
In this line, the requestHandler is initialized with a XorServerCsrfTokenRequestAttributeHandler instance.
And in this line the javadoc inform the default ServerCsrfTokenRequestHandler.
The text was updated successfully, but these errors were encountered:
Expected Behavior
In version 6.0, the default
ServerCsrfTokenRequestHandler
of theCsrfWebFilter
class has changed toXorServerCsrfTokenRequestAttributeHandler
and the javadoc of thesetRequestHandler
method should reflect this change.Current Behavior
The javadoc of the
setRequestHandler
method still says that the default is theServerCsrfTokenRequestAttributeHandler
.Although
XorServerCsrfTokenRequestAttributeHandler
is a subclass ofServerCsrfTokenRequestAttributeHandler
, the behavior is quite different.Context
In this line, the
requestHandler
is initialized with aXorServerCsrfTokenRequestAttributeHandler
instance.And in this line the javadoc inform the default
ServerCsrfTokenRequestHandler
.The text was updated successfully, but these errors were encountered: