Skip to content

Commit e60eb87

Browse files
author
Steve Riesenberg
committed
Fix additional typos
Issue gh-11959
1 parent 3d2be56 commit e60eb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/migration/reactive.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ WebFilter csrfCookieWebFilter() {
170170
open fun securityWebFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain {
171171
val tokenRepository = CookieServerCsrfTokenRepository.withHttpOnlyFalse()
172172
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
175175
val requestHandler = ServerCsrfTokenRequestHandler(delegate::handle)
176176
return http.invoke {
177177
// ...

0 commit comments

Comments
 (0)