You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Radu Cotescu (Jira)" <ji...@apache.org> on 2020/03/24 11:49:00 UTC

[jira] [Resolved] (SLING-9252) Optimise request dispatching for inheriting resource types

     [ https://issues.apache.org/jira/browse/SLING-9252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radu Cotescu resolved SLING-9252.
---------------------------------
    Resolution: Fixed

Fixed in [commit 1776151|https://github.com/apache/sling-org-apache-sling-scripting-bundle-tracker/commit/1776151].

> 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
>            Priority: Major
>             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)