mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
Remove request-resolver-ref in 6.0
Issue gh-11896
This commit is contained in:
parent
bcb21c9384
commit
21c0c73878
@ -1126,9 +1126,6 @@ csrf-options.attlist &=
|
|||||||
csrf-options.attlist &=
|
csrf-options.attlist &=
|
||||||
## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor.
|
## The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor.
|
||||||
attribute request-handler-ref { xsd:token }?
|
attribute request-handler-ref { xsd:token }?
|
||||||
csrf-options.attlist &=
|
|
||||||
## The CsrfTokenRequestResolver to use. The default is CsrfTokenRequestProcessor.
|
|
||||||
attribute request-resolver-ref { xsd:token }?
|
|
||||||
|
|
||||||
headers =
|
headers =
|
||||||
## Element for configuration of the HeaderWritersFilter. Enables easy setting for the X-Frame-Options, X-XSS-Protection and X-Content-Type-Options headers.
|
## Element for configuration of the HeaderWritersFilter. Enables easy setting for the X-Frame-Options, X-XSS-Protection and X-Content-Type-Options headers.
|
||||||
|
@ -3168,13 +3168,7 @@
|
|||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
<xs:attribute name="request-handler-ref" type="xs:token">
|
<xs:attribute name="request-handler-ref" type="xs:token">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRequestProcessor.
|
<xs:documentation>The CsrfTokenRequestHandler to use. The default is CsrfTokenRepositoryRequestHandler.
|
||||||
</xs:documentation>
|
|
||||||
</xs:annotation>
|
|
||||||
</xs:attribute>
|
|
||||||
<xs:attribute name="request-resolver-ref" type="xs:token">
|
|
||||||
<xs:annotation>
|
|
||||||
<xs:documentation>The CsrfTokenRequestResolver to use. The default is CsrfTokenRequestProcessor.
|
|
||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user