On Fri, Feb 14, 2003 at 03:42:21PM -0700, Sean Dockery wrote:
> Redirecting all 400 errors to your index page is a questionable practice
> because not all 400 (SC_BAD_REQUEST) errors are "Invalid direct reference
> ..." errors.  I wish that there was a legitimate configuration change to
> enable you to bookmark a login.jsp page--such as a j_success_url parameter
> which instructs Tomcat where to send users if not doing an automated login
> process.

     One thought I had, which I have yet to follow up on, is to insert
some sort of filter, either before the redirect-to-login-form or after
the login (but before the "invalid direct reference" error gets
thrown) that redirects the user to the welcome page.

Steven J. Owens
[EMAIL PROTECTED]

"I'm going to make broad, sweeping generalizations and strong,
 declarative statements, because otherwise I'll be here all night and
 this document will be four times longer and much less fun to read.
 Take it all with a grain of salt." - Me at http://darksleep.com


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

Reply via email to