From 21c0c73878fe30522799cd695f6b15a9eb4dcd22 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Fri, 23 Sep 2022 16:04:20 -0500 Subject: [PATCH] Remove request-resolver-ref in 6.0 Issue gh-11896 --- .../security/config/spring-security-6.0.rnc | 3 --- .../security/config/spring-security-6.0.xsd | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) 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.