Class ErrorServlet

  • All Implemented Interfaces:
    TransactionFilter, edu.uiuc.ncsa.security.core.Logable, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ErrorServlet
    extends MyProxyDelegationServlet
    This servlet handles error redirects. If an error (such as a 404, 500 or anything else) occurs, OAuth will intecept the response and throw an exception -- losing any other information. Therefore, there must be a redirect and clients must be prepared to deal with these. Generally there are a few error type pages

    Created by Jeff Gaynor
    on 9/4/12 at 6:03 PM

    See Also:
    Serialized Form