[
https://issues.jboss.org/browse/GTNPORTAL-2860?page=com.atlassian.jira.pl...
]
Trong Tran resolved GTNPORTAL-2860.
-----------------------------------
Assignee: Vu Viet Phuong
Fix Version/s: 3.6.0.Final
Resolution: Done
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.6.0.Final
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:
http://www.atlassian.com/software/jira