Explorar o código

Fix additional typos

Issue gh-11959
Steve Riesenberg %!s(int64=2) %!d(string=hai) anos
pai
achega
e60eb87441
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/modules/ROOT/pages/migration/reactive.adoc

+ 2 - 2
docs/modules/ROOT/pages/migration/reactive.adoc

@@ -170,8 +170,8 @@ WebFilter csrfCookieWebFilter() {
 open fun securityWebFilterChain(http: ServerHttpSecurity): SecurityWebFilterChain {
 	val tokenRepository = CookieServerCsrfTokenRepository.withHttpOnlyFalse()
 	val delegate = XorServerCsrfTokenRequestAttributeHandler()
-	// Use only the handle() method of XorCsrfTokenRequestAttributeHandler and the
-	// default implementation of resolveCsrfTokenValue() from CsrfTokenRequestHandler
+	// Use only the handle() method of XorServerCsrfTokenRequestAttributeHandler and the
+	// default implementation of resolveCsrfTokenValue() from ServerCsrfTokenRequestHandler
 	val requestHandler = ServerCsrfTokenRequestHandler(delegate::handle)
 	return http.invoke {
 		// ...