You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2022/07/11 11:59:00 UTC

[jira] [Created] (SLING-11448) Provide a mode option for resource providers

Carsten Ziegeler created SLING-11448:
----------------------------------------

             Summary: Provide a mode option for resource providers
                 Key: SLING-11448
                 URL: https://issues.apache.org/jira/browse/SLING-11448
             Project: Sling
          Issue Type: Improvement
          Components: API, ResourceResolver
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Resource Resolver 1.9.2, API 2.25.6


With the current feature set, a resource provider mounted at a sub path is overlaying a potential parent resource provider.
For uses cases like for example adding additional information to some of the resources, the overlay mechanism is very complicated to implement. It requires to pass through all resources, but also to deal with obersation, querying and modifications.
A new mode named PASSTHROUGH could be implemented to make this easier and let the resource resolver fall back to the overlayed resource provider taking care of modifications, observation etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)