|
27 | 27 | <xs:attributeGroup name="request-matcher"> |
28 | 28 | <xs:attribute name="request-matcher" use="required"> |
29 | 29 | <xs:annotation> |
30 | | - <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'mvc' |
31 | | - (for Spring MVC matcher), 'ant' (for ant path patterns), 'regex' for regular expressions |
32 | | - and 'ciRegex' for case-insensitive regular expressions. |
| 30 | + <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'path' |
| 31 | + (for PathPatternRequestMatcher), 'regex' for regular expressions and 'ciRegex' for |
| 32 | + case-insensitive regular expressions. |
33 | 33 | </xs:documentation> |
34 | 34 | </xs:annotation> |
35 | 35 | <xs:simpleType> |
36 | 36 | <xs:restriction base="xs:token"> |
37 | | - <xs:enumeration value="mvc"/> |
38 | | - <xs:enumeration value="ant"/> |
| 37 | + <xs:enumeration value="path"/> |
39 | 38 | <xs:enumeration value="regex"/> |
40 | 39 | <xs:enumeration value="ciRegex"/> |
41 | 40 | </xs:restriction> |
|
1306 | 1305 | </xs:attribute> |
1307 | 1306 | <xs:attribute name="request-matcher"> |
1308 | 1307 | <xs:annotation> |
1309 | | - <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'mvc' |
1310 | | - (for Spring MVC matcher), 'ant' (for ant path patterns), 'regex' for regular expressions |
1311 | | - and 'ciRegex' for case-insensitive regular expressions. |
| 1308 | + <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'path' |
| 1309 | + (for PathPatternRequestMatcher), 'regex' for regular expressions and 'ciRegex' for |
| 1310 | + case-insensitive regular expressions. |
1312 | 1311 | </xs:documentation> |
1313 | 1312 | </xs:annotation> |
1314 | 1313 | <xs:simpleType> |
1315 | 1314 | <xs:restriction base="xs:token"> |
1316 | | - <xs:enumeration value="mvc"/> |
1317 | | - <xs:enumeration value="ant"/> |
| 1315 | + <xs:enumeration value="path"/> |
1318 | 1316 | <xs:enumeration value="regex"/> |
1319 | 1317 | <xs:enumeration value="ciRegex"/> |
1320 | 1318 | </xs:restriction> |
|
2474 | 2472 | <xs:attributeGroup name="filter-chain-map.attlist"> |
2475 | 2473 | <xs:attribute name="request-matcher"> |
2476 | 2474 | <xs:annotation> |
2477 | | - <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'mvc' |
2478 | | - (for Spring MVC matcher), 'ant' (for ant path patterns), 'regex' for regular expressions |
2479 | | - and 'ciRegex' for case-insensitive regular expressions. |
| 2475 | + <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'path' |
| 2476 | + (for PathPatternRequestMatcher), 'regex' for regular expressions and 'ciRegex' for |
| 2477 | + case-insensitive regular expressions. |
2480 | 2478 | </xs:documentation> |
2481 | 2479 | </xs:annotation> |
2482 | 2480 | <xs:simpleType> |
2483 | 2481 | <xs:restriction base="xs:token"> |
2484 | | - <xs:enumeration value="mvc"/> |
2485 | | - <xs:enumeration value="ant"/> |
| 2482 | + <xs:enumeration value="path"/> |
2486 | 2483 | <xs:enumeration value="regex"/> |
2487 | 2484 | <xs:enumeration value="ciRegex"/> |
2488 | 2485 | </xs:restriction> |
|
2580 | 2577 | </xs:attribute> |
2581 | 2578 | <xs:attribute name="request-matcher"> |
2582 | 2579 | <xs:annotation> |
2583 | | - <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'mvc' |
2584 | | - (for Spring MVC matcher), 'ant' (for ant path patterns), 'regex' for regular expressions |
2585 | | - and 'ciRegex' for case-insensitive regular expressions. |
| 2580 | + <xs:documentation>Defines the strategy use for matching incoming requests. Currently the options are 'path' |
| 2581 | + (for PathPatternRequestMatcher), 'regex' for regular expressions and 'ciRegex' for |
| 2582 | + case-insensitive regular expressions. |
2586 | 2583 | </xs:documentation> |
2587 | 2584 | </xs:annotation> |
2588 | 2585 | <xs:simpleType> |
2589 | 2586 | <xs:restriction base="xs:token"> |
2590 | | - <xs:enumeration value="mvc"/> |
2591 | | - <xs:enumeration value="ant"/> |
| 2587 | + <xs:enumeration value="path"/> |
2592 | 2588 | <xs:enumeration value="regex"/> |
2593 | 2589 | <xs:enumeration value="ciRegex"/> |
2594 | 2590 | </xs:restriction> |
|
0 commit comments