[ https://issues.apache.org/jira/browse/SLING-7238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249294#comment-16249294 ]
Timothee Maret commented on SLING-7238: --------------------------------------- Fixed in https://github.com/apache/sling-org-apache-sling-distribution-core/commit/16a4ed809aaf935c29c2b19237e5c54c5d0c9384 > Import fail if user does not have access to the root path > --------------------------------------------------------- > > Key: SLING-7238 > URL: https://issues.apache.org/jira/browse/SLING-7238 > Project: Sling > Issue Type: Bug > Components: Content Distribution > Affects Versions: Content Distribution Core 0.2.8 > Reporter: Timothee Maret > Assignee: Timothee Maret > Fix For: Content Distribution Core 0.2.10 > > > The current FileVault API used to import content is the following > {code} > org.apache.jackrabbit.vault.fs.io.Importer#run(archive,importRoot) > {code} > which fail to import content for sessions that don't have access to the root > node. > With JCRVLT-227, a new API signature has been added which does not require > access to the root node anymore. > This issue tracks leveraging JCRVLT-227 in SCD core. -- This message was sent by Atlassian JIRA (v6.4.14#64029)