File tree 1 file changed +2
-2
lines changed
docs/modules/ROOT/pages/migration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ WebFilter csrfCookieWebFilter() {
170
170
open fun securityWebFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain {
171
171
val tokenRepository = CookieServerCsrfTokenRepository.withHttpOnlyFalse()
172
172
val delegate = XorServerCsrfTokenRequestAttributeHandler()
173
- // Use only the handle() method of XorCsrfTokenRequestAttributeHandler and the
174
- // default implementation of resolveCsrfTokenValue() from CsrfTokenRequestHandler
173
+ // Use only the handle() method of XorServerCsrfTokenRequestAttributeHandler and the
174
+ // default implementation of resolveCsrfTokenValue() from ServerCsrfTokenRequestHandler
175
175
val requestHandler = ServerCsrfTokenRequestHandler(delegate::handle)
176
176
return http.invoke {
177
177
// ...
You can’t perform that action at this time.
0 commit comments