Package org.apache.catalina.util
Class FilterUtil
java.lang.Object
org.apache.catalina.util.FilterUtil
General purpose utility methods related to filters and filter processing.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetRequestPath(ServletRequest request) static booleanmatchFiltersURL(FilterMap filterMap, String requestPath) Tests if the provided, context-relative, request path matches the provided filter mapping.
- 
Method Details- 
matchFiltersURLTests if the provided, context-relative, request path matches the provided filter mapping.- Parameters:
- filterMap- Filter mapping being checked
- requestPath- Context-relative request path of this request
- Returns:
- trueif the context-relative request path matches the requirements of the specified filter mapping; otherwise, return- false.
 
- 
getRequestPath
 
-