I am taking a proprietary portal application and porting it over to JBoss Portal. I need
to do something like a process_login that will do some post authentication processing and
based on the return values set some session values that are retrievable by the portlets.
Because the login.jsp is not part of the application I don't know how to get any
values from that jsp/servlet to my portlets. Is their a way I could split this by keeping
authentication as it is and have the post processes be executed in the web application as
an init process before any portlet rendering.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032033#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...