public class UrlPatternMatcher extends Object
Constructor and Description |
---|
UrlPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
static boolean |
match(String path,
String pattern)
NOTE: Taken from org.apache.catalina.deploy.SecurityConstraint
Does the specified request path match the specified URL pattern?
|
public static boolean match(String path, String pattern)
path
- Context-relative request path to be checked
(must start with '/')pattern
- URL pattern to be compared againstCopyright © 2020 The Apache Software Foundation. All rights reserved.