requested url within the j_security_check call?

2003-10-13 Thread Mick Knutson
When I get a logon form up from a secured area request, and the user adds a wrong username or password. They get an error logon form to re-logon. But then they get forwarded to the main home page, not their requested URL. How can I get that requested URL when inside the errorLogon.jsp page I

Re: requested url within the j_security_check call?

2003-10-13 Thread Adam Hardy
On 10/13/2003 10:04 PM Mick Knutson wrote: When I get a logon form up from a secured area request, and the user adds a wrong username or password. They get an error logon form to re-logon. But then they get forwarded to the main home page, not their requested URL. How can I get that requested URL

Re: requested url within the j_security_check call?

2003-10-13 Thread Max Cooper
, you shouldn't have to do anything to send the user where they were going. The container does that for you. -Max - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, October 13, 2003 1:39 PM Subject: Re: requested url within