Improve Sling's RequestDispatcher implementation
------------------------------------------------
Key: SLING-564
URL: https://issues.apache.org/jira/browse/SLING-564
Project: Sling
Issue Type: Improvement
Components: Engine
Affects Versions: Engine 2.0.2
Reporter: Felix Meschberger
Currently Sling uses its own RequestDispatcher implementation and never gets
back to the Servlet Container's request dispatcher. As such the dispatcher has
some drawbacks:
* Only resource paths are supported not "fully" URLs
* Selectors, Extensions and query parameters are not supported in the path
to acquire the dispatcher
* RequestDispatcher.forward() is not implemented at all
The Sling Request Dispatcher should be enanced to support for URLs outside the
resource tree by delegating the servlet container's dispatcher. In addition
selectors, extensions and query parameters should be supported.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.