]
Trong Tran updated GTNPORTAL-2860:
----------------------------------
Fix Version/s: 3.5.4.Final
RememberMeFilter doesn't work with all type of request
------------------------------------------------------
Key: GTNPORTAL-2860
URL:
https://issues.jboss.org/browse/GTNPORTAL-2860
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.5.0.Final
Reporter: Vu Viet Phuong
Assignee: Vu Viet Phuong
Fix For: 3.5.4.Final, 3.6.0.Beta01
org.exoplatform.web.login.RememberMeFilter only work with "GET" request, this
will make some portlets fail to make "POST" ajax request after restart server
{code}
if (req.getRemoteUser() == null && "GET".equals(req.getMethod())) {
...
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: