class UriExclusionFilter extends java.lang.Object implements javax.servlet.Filter
Simple filter wrapper that skips the filter if the request URI starts with the given path. The intended use of this is to prevent filters being applied to Spring Boot actuator endpoints. The path comparision is simply: "does the request URI minus the context path start with a given path?"
| Constructor and description |
|---|
UriExclusionFilter
(javax.servlet.Filter delegate, java.lang.String path) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |