File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config/src/main/resources/org/springframework/security/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }?
11261126csrf-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
11301130headers =
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments