Hi!

I am using form-based login with j_security_check. After the user has logged in, some 
initalization is done (values are set into the session variable, etc).

If a non-authenticated user requests a protected resource, he is redirected to the 
form-based login page (that's fine), but then redirected *directly* to the protected 
resource. So he can skip the initalization. I know that this is the proper behaviour, 
but when the initalization has not been performed, problems arise inside my web 
application (because values in the session are missing). 

Is there a way to tell  j_security_check to, after successful login, first redirect to 
the initalization servlet and THEN to the requested protected resource? 

I am using jboss-3.2.3.

Thanks,
- Markus

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833823#3833823

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833823


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to