For the archives, here's how I accomplished this: (I'm certain there are other solutions, maybe cleaner/simpler, but this works...)
I changed the login link in the menu from login.jsp to login.html. In the login.html action, if the host/port of the referrer are the same as the current request, I store the referrer in the session, and remove from the session any previously stored request that acegi would use to determine the login redirect (ACEGI_SAVED_REQUEST). I extended AuthenticationProcessingFilter as the previously referenced thread suggested and now cause it to redirect to the saved referrer if it is present and the ACEGI_SAVED_REQUEST is not (except if alwaysUseDefaultTargetUrl is set). -Dale -- View this message in context: http://www.nabble.com/maven-and-jsps-tf3641389s2369.html#a10202572 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
