[
https://issues.apache.org/jira/browse/SLING-5925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Sanso resolved SLING-5925.
----------------------------------
Resolution: Fixed
Fix Version/s: Servlets Get 2.1.16
fixed in r1754549
> Improve RedirectServlet response
> --------------------------------
>
> Key: SLING-5925
> URL: https://issues.apache.org/jira/browse/SLING-5925
> Project: Sling
> Issue Type: Improvement
> Components: Servlets
> Reporter: Antonio Sanso
> Assignee: Antonio Sanso
> Priority: Minor
> Fix For: Servlets Get 2.1.16
>
>
> The {{RedirectServlet}} response does currently
> {code}
> response.setHeader("Location", targetPath);
> {code}
> it would be nice to use the standard
> {code}
> response.sendRedirect(targetPath);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)