Radu Cotescu created SLING-9252:
-----------------------------------
Summary: Optimise request dispatching for inheriting resource types
Key: SLING-9252
URL: https://issues.apache.org/jira/browse/SLING-9252
Project: Sling
Issue Type: Improvement
Components: Scripting
Reporter: Radu Cotescu
Assignee: Radu Cotescu
Fix For: Scripting Bundle Tracker 0.2.0
The request dispatching for inheriting resource types can be optimised if the
version is also appended to the type in the {{sling.servlet.resourceSuperType}}
property when registering the child resource type. When adding the version
information, the request will be handled directly by the most specific servlet,
rather than by the {{DispatcherServlet}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)