[
https://issues.apache.org/jira/browse/SLING-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-11448.
--------------------------------------
Resolution: Fixed
New API (just constants) :
https://github.com/apache/sling-org-apache-sling-api/commit/7fc5850c3ef6bc240a6e12ec012c7edc01fed26e
Updated implementation
https://github.com/apache/sling-org-apache-sling-resourceresolver/commit/f1ced076284bbca815b2d3d4613854c98f38280e
> 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
> Priority: Major
> Fix For: Resource Resolver 1.10.0, API 2.26.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)