[jboss-dev-forums] [QA of JBoss Portal] - Wiki PortletLogin
snon
do-not-reply at jboss.com
Tue Mar 25 13:17:12 EDT 2008
Hi,
I'm having a few problem with the portletlogin chapter in jboss portal wiki.
1) Why do we have 2 servlets ? (savelogin and autologin servlet)
Can't we do both actions in one servlet ?
2) How is done the connection between the autologin and savelogin servlet done ?
String autologinURL = req.getContextPath() + "/auth/";
resp.sendRedirect(resp.encodeRedirectURL(autologinURL));
There is no reference to autologin servlet...
3) In the autologin servlet : where do we put the code ? In which method ?
Thanks for the answers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138786#4138786
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138786
More information about the jboss-dev-forums
mailing list