[JBoss-user] [Security & JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-28 Thread apcac_bond
test View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954244#3954244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954244 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[JBoss-user] [Security & JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-29 Thread j2ee_junkie
apcac_bond, There is no way to configure this from your application that I am aware of. You could extend Tomcat's FormAuthenticator. The extension would always return to a url set in an init param of your ServletContext when user successfully authentciates. This is just one idea. enjoy, cg

[JBoss-user] [Security & JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-29 Thread [EMAIL PROTECTED]
If you are using the FormAuthenticator you will have to integrate your custom FormAuthenticator to do this. You will need to extend org.apache.catalina.authenticator.FormAuthenticator and override the public boolean authenticate(HttpRequest request, HttpResponse

[JBoss-user] [Security & JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2005-01-20 Thread apcac_bond
Currently, jaas try to take the user the same page where the user was when the session timed out. I dont know where it remembers the last page accessed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862868#3862868 Reply to the post : http://www.jboss.org/i