会话超时重定向URL

时间:2012-09-13 08:53:48

标签: liferay session-timeout

一旦出现过期弹出窗口,Liferay如何知道登录URL。?

ex ..如果过期的页面是

'http://localhost:8080/web/2Fsite/2Fmodule'

按下F5,Life ray如何知道URL

http://localhost:8080/web/guest/home?_58_redirect=%2Fweb%2Fsite%2Fmodule'...

这是Struts的动作吗?

1 个答案:

答案 0 :(得分:0)

检查com.liferay.portal.servlet.MainServlet - processServicePrePrincipalException方法:

String currentURL = PortalUtil.getCurrentURL(request);
redirect = HttpUtil.addParameter(redirect, "redirect", currentURL);