Class | Description |
---|---|
DelegateServletFilter |
DelegateServletFilter is meant to detect any SecurityFilter s and doFilter through
those before continuing on its FilterChain . |
FilterInjector |
Injects the
DelegateServletFilter into the ServletContext with properties
filterName = FilterInjector.DELEGATING_FILTER , urlPatterns = FilterInjector.ALL_URLS , and no servlet name as the ServletContext is being created. |
This work is licensed under a Creative Commons Attribution 4.0 International License.