Represents central information from a HttpServletRequest .This class is used by
org.acegisecurity.ui.AbstractProcessingFilter and
org.acegisecurity.wrapper.SavedRequestAwareWrapper to
reproduce the request after successful authentication. An instance of this class is stored at the time of an
authentication exception by
org.acegisecurity.ui.ExceptionTranslationFilter .
IMPLEMENTATION NOTE: It is assumed that this object is accessed only from the context of a single
thread, so no synchronization around internal collection classes is performed.
This class is based on code in Apache Tomcat.
author: Craig McClanahan author: Andrey Grebnev author: Ben Alex version: $Id: SavedRequest.java 1784 2007-02-24 21:00:24Z luke_t $ |