You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (Jira)" <ji...@apache.org> on 2020/08/25 08:56:00 UTC

[jira] [Created] (SLING-9689) Handle authentication requirements for children of protected resources when internal mappings

Robert Munteanu created SLING-9689:
--------------------------------------

             Summary: Handle authentication requirements for children of protected resources when internal mappings
                 Key: SLING-9689
                 URL: https://issues.apache.org/jira/browse/SLING-9689
             Project: Sling
          Issue Type: Improvement
          Components: Authentication, ResourceResolver
            Reporter: Robert Munteanu


The following class of scenarios will not have authentication requirements correctly generated:

{noformat}
/content
    +-- parent
        +-- child
            +-- sling:vanityPath = "/vanity"
{noformat}

where /content/parent is a protected resource. See https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html#interactions-between-mappings-and-authentication-requirements-1 and SLING-9622 for a longer discussion.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)