@groovy.util.logging.Slf4j @groovy.transform.TypeChecked class DebugFilter extends GenericFilterBean
Based on the package-scope org.springframework.security.config.debug.DebugFilter.
| Modifiers | Name | Description |
|---|---|---|
class |
DebugFilter.1 |
| Modifiers | Name | Description |
|---|---|---|
protected static java.lang.String |
ALREADY_FILTERED_ATTR_NAME |
|
protected static java.lang.String |
JAVA_LANG_EXCEPTION |
|
protected static int |
JAVA_LANG_EXCEPTION_LENGTH |
| Type | Name and description |
|---|---|
FilterChainProxy |
filterChainProxy |
| Constructor and description |
|---|
DebugFilter(FilterChainProxy fcp) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
debugLog(boolean dumpStack, java.lang.String message, java.lang.Object[] args) |
|
void |
doFilter(ServletRequest req, ServletResponse res, FilterChain filterChain) |
|
protected java.lang.String |
formatFilters(java.util.List<Filter> filters) |
|
protected java.util.List<Filter> |
getFilters(HttpServletRequest request) |
|
protected void |
invokeWithWrappedRequest(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) |