Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Content Distribution Core 0.2.8
-
None
Description
The current FileVault API used to import content is the following
org.apache.jackrabbit.vault.fs.io.Importer#run(archive,importRoot)
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.