Re: Gracefully continuing an interrupted action flow

2009-06-19 Thread Paweł Wielgus
Hi Steve, in my last app i have implemented it with interceptor that catches not logged user, saves all necessary data to return to original request into session and forwards to a login-input.jsp then in LoginAction i check if there is such data in session and if there is i redirect to the users pr

Gracefully continuing an interrupted action flow

2009-06-19 Thread Mitchell, Steven
Is there a best practice for capturing a user's original destination when interrupting a request with an interceptor with the intention of allowing them to continue on their way later... like form authentication does? In my case I have a "Cookie Enforcer Interceptor" that checks for the presence of