If the path consists of the pattern {@code /**} or {@code **}, it is treated as a universal match, which wil match any URL.
For all other cases, Spring's {@code AntPathMatcher} is used to perform the check for a match. See the Springdocumentation for this class for more information on the syntax details. @author Luke TaylorCopied from Spring Security 3.0.7 RELEASE
|
|