Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
A defined rep:glob on an acl is currently converted in something like this:
"allow jcr:all on /home restriction(/xyz/)",
while the result should be
"allow jcr:all on /home restriction(rep:glob,/xyz/)",
This renders the generated repoinit section unparsable. The current logic should be revised to make sure the generated repoinit statements really represent and generate what was defined in the package.