Skip to content

Commit 3bc7681

Browse files
author
Steve Riesenberg
committed
Update csrf.request-handler-ref in 6.0
Issue gh-11918
1 parent 5de6da8 commit 3bc7681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ csrf-options.attlist &=
11241124
## The CsrfTokenRepository to use. The default is HttpSessionCsrfTokenRepository wrapped by LazyCsrfTokenRepository.
11251125
attribute token-repository-ref { xsd:token }?
11261126
csrf-options.attlist &=
1127-
## The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.
1127+
## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestAttributeHandler.
11281128
attribute request-handler-ref { xsd:token }?
11291129

11301130
headers =

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3168,7 +3168,7 @@
31683168
</xs:attribute>
31693169
<xs:attribute name="request-handler-ref" type="xs:token">
31703170
<xs:annotation>
3171-
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.
3171+
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestAttributeHandler.
31723172
</xs:documentation>
31733173
</xs:annotation>
31743174
</xs:attribute>

0 commit comments

Comments
 (0)