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
Judgment has been entered into this code,
if (actualBytes.length < tokenSize) {
return null;
}
want to ask what is the difference between this method parameter
The text was updated successfully, but these errors were encountered:
spring security version: 6.1.2
spring boot version :3.1.2
XorCsrfTokenRequestAttributeHandler class method getTokenValue
` public String resolveCsrfTokenValue(HttpServletRequest request, CsrfToken csrfToken) {
String actualToken = super.resolveCsrfTokenValue(request, csrfToken);
return getTokenValue(actualToken, csrfToken.getToken());
}
Judgment has been entered into this code,
if (actualBytes.length < tokenSize) {
return null;
}
want to ask what is the difference between this method parameter
The text was updated successfully, but these errors were encountered: