Browse Source

Update csrf.request-handler-ref in 6.0

Issue gh-11918
pull/11923/head
Steve Riesenberg 3 years ago
parent
commit
3bc76815c2
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 2
      config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc
  2. 2
      config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd

2
config/src/main/resources/org/springframework/security/config/spring-security-6.0.rnc

@ -1124,7 +1124,7 @@ csrf-options.attlist &= @@ -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 CsrfTokenRepositoryRequestHandler.
## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestAttributeHandler.
attribute request-handler-ref { xsd:token }?
headers =

2
config/src/main/resources/org/springframework/security/config/spring-security-6.0.xsd

@ -3168,7 +3168,7 @@ @@ -3168,7 +3168,7 @@
</xs:attribute>
<xs:attribute name="request-handler-ref" type="xs:token">
<xs:annotation>
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestAttributeHandler.
</xs:documentation>
</xs:annotation>
</xs:attribute>

Loading…
Cancel
Save