I just noticed this thread, and am not really sure what the big issue is.  My form 
based login page is a JSP and uses struts tags and tiles.  My form action posts 
directly to j_security_check.

The struts controller servlet does not enter the picture until after the 
authentication is complete.

I think this would be the life cycle for my webapp:
1.  browser requests /webapp/protectedresource/mainmenu.do
2.  tomcat redirects to login page which is a jsp page that uses struts tags and tiles
3.  user logs in.  post goes to j_security_check
4.  container authenticates and loads /webapp/protectedresource/mainmenu.do, which is 
mapped to the struts controller servlet.
5.  struts takes over from here, runs the action and forwards to the view.

I have my struts controller mapped to *.do in my web.xml.

If I'm missing the real issue and this doesn't help let me know.  Maybe you are trying 
to do something additional that I'm not.

gary.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to