[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-10 Thread jason.donovan
The problem is when someone enters a protected URL, you goto login, after that you goto the protected page, but the ActionForm and the Session is not initialized with the data i want. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838275#3838275 Reply to th

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread gorano
Why do you have to login before you access the protected area? If you still want to do so, why not make the unprotected protected? Ok I can see some special cases when you want to do it in the way you describe. Make a small protected page with a redirect in the HTML to the unprotected. /G Vie

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread jason.donovan
What i mean is if you request a protected page, you automaticily goto the login page, when possitive logged in, you automaticily goto the requested page, i wish to overide this and goto the index page of the protected area and not to the requested page. thx in advance View the original post :

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread MadCat81
so just build a new html or jsp page and make the forward point to that page ? Like you mapped the forward to the protected page just change the forward=/protected.jsp to forward=/unprotected.jsp. Or what did you mean ? View the original post : http://www.jboss.org/index.html?module=bb&op=view