public class ErrorPageSecurityFilter
extends javax.servlet.http.HttpFilter
HttpFilter that intercepts error dispatches to ensure authorized access to the
error page.| Constructor and Description |
|---|
ErrorPageSecurityFilter(org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init, initpublic ErrorPageSecurityFilter(org.springframework.context.ApplicationContext context)
public void doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
doFilter in class javax.servlet.http.HttpFilterjava.io.IOExceptionjavax.servlet.ServletException