[ http://jira.magnolia-cms.com/browse/MAGNOLIA-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Grégory Joseph updated MAGNOLIA-3716: ------------------------------------- Patch included: [Yes] Fix Version/s: 4.4.5 > VirtualUriFilter does not encode redirect Uri > --------------------------------------------- > > Key: MAGNOLIA-3716 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3716 > Project: Magnolia > Issue Type: Bug > Affects Versions: 4.3.8 > Reporter: Thomas Kalmar > Fix For: 4.4.5 > > > The VirtualUriFilter does an redirect via: > response.sendRedirect(redirectUrl); > on line 81. This is bad if used without cookies because the jsessionid is > lost in some cases > the better solution would be > response.sendRedirect(response.encodeRedirectURL(redirectUrl)); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------