[ https://issues.apache.org/jira/browse/SLING-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Munteanu closed SLING-1965. ---------------------------------- > RedirectServlet does not append current querystring to redirect target if > desired target is not an absolute URL > --------------------------------------------------------------------------------------------------------------- > > Key: SLING-1965 > URL: https://issues.apache.org/jira/browse/SLING-1965 > Project: Sling > Issue Type: Bug > Components: Servlets > Affects Versions: Servlets Get 2.1.0 > Reporter: Felix Meschberger > Assignee: Felix Meschberger > Fix For: Servlets Get 2.1.2 > > > The RedirectServlet appends the current query string to the redirect target > in the toRedirectPath method which is only called if the target path is an > absolute URL. > The correct location to append the request query string is in the doGet > method before setting the Location: header. -- This message was sent by Atlassian JIRA (v6.4.14#64029)