I have created a servlet that run right after our ldap login module. This 
servlet will cache some user information and create a html page showing the 
links they have access to based on ldap roles. I have gotten it to work if the 
user logs in normally. That is if they request the login.jsp. However, it does 
not work if the user request a specific page like /John/portlets.john.jsp. Our 
users sometimes add specific jsps to their IE favorites. The server will ask 
them to log in and then forward them to john.jsp skipping the servlet. What I 
would like to happen in this situation is that the servlet will run after the 
login module to cache the user information and then forward them to john.jsp. 
Is this possible? Any help or pointing me in the right direction would be 
appreciated.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to