1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Remove unused lowercase-comparisons from XSD

Fixes gh-3932
This commit is contained in:
Rob Winch
2016-10-18 22:01:21 -05:00
parent 0d700628dc
commit f019ea89e7
3 changed files with 0 additions and 14 deletions
-5
View File
@@ -8779,11 +8779,6 @@ Used to explicitly configure a FilterSecurityMetadataSource bean for use with a
A bean identifier, used for referring to the bean elsewhere in the context.
[[nsa-filter-security-metadata-source-lowercase-comparisons]]
* **lowercase-comparisons**
Compare after forcing to lower case
[[nsa-filter-security-metadata-source-request-matcher]]
* **request-matcher**
Defines the strategy use for matching incoming requests. Currently the options are 'ant' (for ant path patterns), 'regex' for regular expressions and 'ciRegex' for case-insensitive regular expressions.