Hi,

Has anyone encountered the following situation using form-based auth in catalina?

1. login successfully using 'j_security_check';
2. the next request happens to be to an unsecured url (e.g. /do/frontpage (with no 
restrictions in web.xml) --> DispatchServlet --> user.frontpage (tiles)) ;
3. the request methods 'getUserPrincipal()', 'isUserInRole()' and 'getRemoteUser()' 
tell me the user is not logged in (in DispatchServlet)!

  (I'm using jboss244+tomcat401, struts1.0, tiles)

I heard this might be an issue with jboss.

Can anyone confirm?

Joe



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

Reply via email to