Justin Edelson created SLING-4468:
-------------------------------------
Summary: Overriding Resource Merger doesn't handle case where
there is a missing parent but available grandparent
Key: SLING-4468
URL: https://issues.apache.org/jira/browse/SLING-4468
Project: Sling
Issue Type: Bug
Components: Extensions
Affects Versions: Resource Merger 1.2.6
Reporter: Justin Edelson
Assignee: Justin Edelson
Fix For: Resource Merger 1.2.8
Consider the scenario:
* /apps/a/1
* /apps/a/2 (super type is /apps/a/1)
* /apps/a/3 (super type is /apps/a/2)
and
* /apps/a/1/a
getResource(/mnt/override/apps/a/3/a) should return a merged resource of just
/apps/a/1/a. Currently this does not work because the merger stops when
/apps/a/2/a does not exist.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)