Browse Source

Polish gh-11896

pull/11934/head
Steve Riesenberg 4 years ago
parent
commit
7f9600ae08
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-5.8.rnc
  2. 2
      config/src/main/resources/org/springframework/security/config/spring-security-5.8.xsd

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

@ -1152,7 +1152,7 @@ csrf-options.attlist &= @@ -1152,7 +1152,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 =

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

@ -3878,4 +3878,4 @@ @@ -3878,4 +3878,4 @@
<xs:enumeration value="LAST"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</xs:schema>
Loading…
Cancel
Save