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 when inside the errorLogon.jsp page I created so I can then forward them to the correct page?


Hi Mike,
as long as you submit to j_security_check you shouldn't need to do what you want to do. Tomcat will keep your original request on stand-by until the login succeeds.


I.e. you must be doing something wrong somewhere ;)

Adam

--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to