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 72c51bbd50..ac5cf13312 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 @@ -1126,9 +1126,6 @@ csrf-options.attlist &= csrf-options.attlist &= ## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor. attribute request-handler-ref { xsd:token }? -csrf-options.attlist &= - ## The CsrfTokenRequestResolver to use. The default is CsrfTokenRequestProcessor. - attribute request-resolver-ref { xsd:token }? headers = ## Element for configuration of the HeaderWritersFilter. Enables easy setting for the X-Frame-Options, X-XSS-Protection and X-Content-Type-Options headers. diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd index 6a98bd2b5a..acccfe1410 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd +++ b/config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd @@ -3168,13 +3168,7 @@ - The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor. - - - - - - The CsrfTokenRequestResolver to use. The default is CsrfTokenRequestProcessor. + The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.