java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.securityfilter.servlet.NoResponseServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class NoResponseServlet
- extends javax.servlet.http.HttpServlet
This servlet does nothing. It is provided as a convenience for containers that do not allow the use of
j_security_check as the login form submit pattern. An alternate pattern, such as /login can be used and
mapped to this servlet. With that configuration, this servlet will never be executed becuase the filter
will intercept all requests to /login and never pass them down the chain to this servlet.
- Version:
- $Revision: 1.2 $ $Date: 2003/06/14 14:38:19 $
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoResponseServlet
public NoResponseServlet()