Vu Viet Phuong created GTNPORTAL-2860:
-----------------------------------------
Summary: 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
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