sling:superResourceType not taken into account for StarResource
---------------------------------------------------------------

                 Key: SLING-645
                 URL: https://issues.apache.org/jira/browse/SLING-645
             Project: Sling
          Issue Type: Bug
          Components: Engine
            Reporter: Bertrand Delacretaz
            Priority: Minor


Given:

1) Rendering scripts at /apps/foo/foo.esp, /apps/bar/bar.esp, /apps/bar/ta.esp
2) /apps/foo having sling:resourceSuperType=bar
3) /realfoo having sling:resourceType=foo

Rendering results:
a) http://localhost:8888/content/bar/*.html is rendered by bar.esp -> ok
b) http://localhost:8888/content/bar/*.ta.html is rendered by ta.esp -> ok
c) http://localhost:8888/realfoo.ta.html is rendered by ta.esp -> ok
d) http://localhost:8888/content/foo/*.ta.html is rendered by foo.esp -> should 
be ta.esp

It seems like 2) is not taken into account for a StarResource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to