From d9a682a414d99b98072ab0695bfcc6cdb9ce1774 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Mon, 3 Oct 2022 10:00:43 -0500 Subject: [PATCH] Polish gh-11896 --- .../org/springframework/security/config/spring-security-6.0.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc b/config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc index ac5cf13312..038971e556 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc +++ b/config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc @@ -1124,7 +1124,7 @@ csrf-options.attlist &= ## The CsrfTokenRepository to use. The default is HttpSessionCsrfTokenRepository wrapped by LazyCsrfTokenRepository. attribute token-repository-ref { xsd:token }? csrf-options.attlist &= - ## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor. + ## The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler. attribute request-handler-ref { xsd:token }? headers =