Add XML support for shouldFilterAllDispatcherTypes

Closes gh-11492
This commit is contained in:
Marcus Da Coregio
2022-07-18 13:51:17 -03:00
committed by Marcus Hert Da Coregio
parent 8a5aed2983
commit f3321c256c
6 changed files with 116 additions and 3 deletions

View File

@@ -385,6 +385,9 @@ http.attlist &=
http.attlist &=
## Corresponds to the observeOncePerRequest property of FilterSecurityInterceptor. Defaults to "true"
attribute once-per-request {xsd:boolean}?
http.attlist &=
## Corresponds to the shouldFilterAllDispatcherTypes property of AuthorizationFilter. Only works when use-authorization-manager=true. Defauls to "false".
attribute filter-all-dispatcher-types {xsd:boolean}?
http.attlist &=
## Prevents the jsessionid parameter from being added to rendered URLs. Defaults to "true" (rewriting is disabled).
attribute disable-url-rewriting {xsd:boolean}?

View File

@@ -1385,6 +1385,13 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="filter-all-dispatcher-types" type="xs:boolean">
<xs:annotation>
<xs:documentation>Corresponds to the shouldFilterAllDispatcherTypes property of AuthorizationFilter. Only
works when use-authorization-manager=true. Defauls to "false".
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="disable-url-rewriting" type="xs:boolean">
<xs:annotation>
<xs:documentation>Prevents the jsessionid parameter from being added to rendered URLs. Defaults to "true"