How to specify j_security_check success target

2002-07-17 Thread Brad Rhoads
When using FORM security, your logon page must post to j_security_check. If the logon fails, then you end up at the page specified in form-errror-page. From what I understand, if the logon is successful, you'll be sent to what ever page you initially requested. Correct? If so, how do I override

Re: How to specify j_security_check success target

2002-07-17 Thread Craig R. McClanahan
On Wed, 17 Jul 2002, Brad Rhoads wrote: Date: Wed, 17 Jul 2002 13:44:55 -0500 From: Brad Rhoads [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: How to specify j_security_check success target

RE: How to specify j_security_check success target

2002-07-17 Thread Brad Rhoads
The basic flow is designed to go like this: - User makes a request for a URL - Container sees that this URL is protected by a security constraint - Container saves the original request and displays the login page - Assuming successful authentication, the container performs the *original*