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.
, 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
vent J2ee security.
-Original Message-
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 v
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
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