I refer you to the Acegi Security project which does this. They have a
SavedRequest class which contains a copy of the request parameters and such
of the original request. This object is stored in the session. When the
login succeeds, the SavedRequest is then extracted into a new request object
and
We are currently using Struts 1.2.7.
In our application if a user attempts to access an interface that they
need to be logged into to use but are not currently logged in they are
redirected to a login interface. The url for the original interface
they were trying to access is passed as a par
2 matches
Mail list logo