Jason E Bailey created SLING-7619:
-------------------------------------
Summary: Redirect Servlet - consolidate configuration
Key: SLING-7619
URL: https://issues.apache.org/jira/browse/SLING-7619
Project: Sling
Issue Type: Improvement
Components: Servlets
Reporter: Jason E Bailey
Assignee: Jason E Bailey
Currently the Redirect Servlet handles a GET for a node with a
sling:resourceType of sling:redirect and a .json extension like generic GET
request however it does it separately from the the DefaultGetServlets
implementation. This then requires a separate configuration for the
JSONRendererServlet.
This modifies the RedirectServlet so that a request it receives with the .json
extension is handed off to the DefaultGetServlet for completion. This
centralizes the configuration for the json renderer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)