Remove request-resolver-ref in 6.0

Issue gh-11896
This commit is contained in:
Steve Riesenberg 2022-09-23 16:04:20 -05:00
parent bcb21c9384
commit 21c0c73878
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
2 changed files with 1 additions and 10 deletions

View File

@ -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.

View File

@ -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>