SEC-2373: Update XSD doc to state security="none"
This commit is contained in:
parent
1745715865
commit
afddb5eb39
|
@ -280,7 +280,7 @@ http-firewall =
|
|||
element http-firewall {ref}
|
||||
|
||||
http =
|
||||
## Container element for HTTP security configuration. Multiple elements can now be defined, each with a specific pattern to which the enclosed security configuration applies. A pattern can also be configured to bypass Spring Security's filters completely by setting the "secured" attribute to "false".
|
||||
## Container element for HTTP security configuration. Multiple elements can now be defined, each with a specific pattern to which the enclosed security configuration applies. A pattern can also be configured to bypass Spring Security's filters completely by setting the "security" attribute to "none".
|
||||
element http {http.attlist, (intercept-url* & access-denied-handler? & form-login? & openid-login? & x509? & jee? & http-basic? & logout? & session-management & remember-me? & anonymous? & port-mappings & custom-filter* & request-cache? & expression-handler?) }
|
||||
http.attlist &=
|
||||
## The request URL pattern which will be mapped to the filter chain created by this <http> element. If omitted, the filter chain will match all requests.
|
||||
|
|
|
@ -868,7 +868,7 @@
|
|||
<xs:documentation>Container element for HTTP security configuration. Multiple elements can now be defined,
|
||||
each with a specific pattern to which the enclosed security configuration applies. A
|
||||
pattern can also be configured to bypass Spring Security's filters completely by setting
|
||||
the "secured" attribute to "false".
|
||||
the "security" attribute to "none".
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
|
|
|
@ -280,7 +280,7 @@ http-firewall =
|
|||
element http-firewall {ref}
|
||||
|
||||
http =
|
||||
## Container element for HTTP security configuration. Multiple elements can now be defined, each with a specific pattern to which the enclosed security configuration applies. A pattern can also be configured to bypass Spring Security's filters completely by setting the "secured" attribute to "false".
|
||||
## Container element for HTTP security configuration. Multiple elements can now be defined, each with a specific pattern to which the enclosed security configuration applies. A pattern can also be configured to bypass Spring Security's filters completely by setting the "security" attribute to "none".
|
||||
element http {http.attlist, (intercept-url* & access-denied-handler? & form-login? & openid-login? & x509? & jee? & http-basic? & logout? & session-management & remember-me? & anonymous? & port-mappings & custom-filter* & request-cache? & expression-handler? & headers? & csrf?) }
|
||||
http.attlist &=
|
||||
## The request URL pattern which will be mapped to the filter chain created by this <http> element. If omitted, the filter chain will match all requests.
|
||||
|
|
|
@ -868,7 +868,7 @@
|
|||
<xs:documentation>Container element for HTTP security configuration. Multiple elements can now be defined,
|
||||
each with a specific pattern to which the enclosed security configuration applies. A
|
||||
pattern can also be configured to bypass Spring Security's filters completely by setting
|
||||
the "secured" attribute to "false".
|
||||
the "security" attribute to "none".
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
|
|
Loading…
Reference in New Issue