Re: How does tomcat redirect from login

2004-04-17 Thread Chong Yu Meng
ssage- From: Jim Kennedy [mailto:[EMAIL PROTECTED] Sent: Saturday, April 17, 2004 2:08 PM To: 'Tomcat Users List' Subject: RE: How does tomcat redirect from login Thanks, I'm surprised there is no way to do this. Why wouldn't they just pop it in the request. Seems very easy.

Re: How does tomcat redirect from login

2004-04-17 Thread Tim Funk
, April 17, 2004 2:08 PM To: 'Tomcat Users List' Subject: RE: How does tomcat redirect from login Thanks, I'm surprised there is no way to do this. Why wouldn't they just pop it in the request. Seems very easy. I wonder if I could find the source for j_security_check and make the

RE: How does tomcat redirect from login

2004-04-17 Thread Jim Kennedy
st' Subject: RE: How does tomcat redirect from login Thanks, I'm surprised there is no way to do this. Why wouldn't they just pop it in the request. Seems very easy. I wonder if I could find the source for j_security_check and make the appropriate changes. I don't want to rein

RE: How does tomcat redirect from login

2004-04-17 Thread Jim Kennedy
From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Saturday, April 17, 2004 1:44 PM To: Tomcat Users List Subject: Re: How does tomcat redirect from login There is no way to do that. Your best alternative is to NOT use authentication/authorization via the spec and create some Servlet Filters to perform

Re: How does tomcat redirect from login

2004-04-17 Thread Tim Funk
There is no way to do that. Your best alternative is to NOT use authentication/authorization via the spec and create some Servlet Filters to perform the appropriate authentication and authorization checks. That way, the filter can be smart enough to determine you user context and handle it appr

How does tomcat redirect from login

2004-04-17 Thread Jim Kennedy
I am using form based login, which is working fine for me. I would like to display different login content (on my login form) based on the desired intent of the user. So , if the user wants to go to a certain section of my site that is secure, I would like to capture the redirect page (the url