[
https://issues.apache.org/jira/browse/SLING-5638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247265#comment-15247265
]
Bertrand Delacretaz edited comment on SLING-5638 at 4/19/16 6:48 AM:
---------------------------------------------------------------------
[~asanso] there's a commented out test_resolve_with_sling_alias_limited_access
method in ResourceResolverTest, could you check and remove it if it's not
needed anymore?
Also, there are comments like "//deny jcr:all on /content" and "//grant read on
/content/child" in the active test method that don't match what's happening
(the tests use /), please have a look.
was (Author: bdelacretaz):
[~asanso] there's a commented out test_resolve_with_sling_alias_limited_access
method in ResourceResolverTest, could you check and remove it if it's not
needed anymore?
> Sling:alias property not working if user does not have read access to the
> root node
> -----------------------------------------------------------------------------------
>
> Key: SLING-5638
> URL: https://issues.apache.org/jira/browse/SLING-5638
> Project: Sling
> Issue Type: Bug
> Components: ResourceResolver
> Reporter: Antonio Sanso
> Assignee: Antonio Sanso
> Attachments: SLING-5638-patch.txt
>
>
> issue ;- Sling:alias property not working if user is having read only access
> to /content folder.
> Steps :-
> 1) Login using admin/admin.
> 2) Create page say mypage.html and provide sling:alias property say
> mypagealias.
> 3) Create test user and provide read only access on /content folder from
> useradmin console.
> 4) log out from admin user.
> 5) Hit the page http://localhost:4502/content/<path_of_page>/mypage.html it
> will ask for the login ( login as test user ) it opens the page
> 6) hit the alias page
> http://localhost:4502/content/<path_of_page>/mypagealias.html - it wont work.
> sling:alias property get stored at jcr:content node for the page in /content,
> so user with read access on /content should access it. please correct me in
> case I am missing something.
> to make it work user has to give root( read only ) access to test user only
> then test user can access alias page.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)