[
https://issues.apache.org/jira/browse/SLING-7268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273331#comment-16273331
]
Eric Norman commented on SLING-7268:
------------------------------------
I committed a fix and a new test for your review at:
https://github.com/apache/sling-org-apache-sling-jcr-contentloader/commit/646984b82c72ccdac055bfaf7bd876adfc0a4664
> unable to create principals and use principals in ACLs on import
> ----------------------------------------------------------------
>
> Key: SLING-7268
> URL: https://issues.apache.org/jira/browse/SLING-7268
> Project: Sling
> Issue Type: Bug
> Affects Versions: JCR ContentLoader 2.2.6
> Reporter: Andres Bott
> Assignee: Eric Norman
> Priority: Minor
>
> Not able to use principals and ACLS on the same bundle when defining initial
> content
> ie:
> {
> "jcr:primaryType" : "sling:Folder",
> "security:principals": [
> { "name": "*user*", "password": "mypassword"}
> ],
> "security:acl": [
> { "principal": "*user*", "granted": ["jcr:read","jcr:write"] }
> ]
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)