[
https://issues.apache.org/jira/browse/CURATOR-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013237#comment-16013237
]
ASF GitHub Bot commented on CURATOR-362:
----------------------------------------
GitHub user Zoltan-Szekeres opened a pull request:
https://github.com/apache/curator/pull/223
[CURATOR-362] Use provided ACL when creating parent directories
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/szekizoli/curator CURATOR-362
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/223.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #223
----
commit f33142f3727cf1b8cd76fa13f6493bb603019cc0
Author: szekizoli <[email protected]>
Date: 2017-05-16T22:27:56Z
[CURATOR-362] Use provided ACL when creating parent directories
commit f6450fd9f0c87e00d6fc0223b027b15e2e36fe44
Author: szekizoli <[email protected]>
Date: 2017-05-16T23:01:15Z
[Curator-362] Cover case when no ACL list is provided to CreateBuilder
----
> Curator framework create API with ACL Mode is not adding the ACL to the
> parent nodes if select creatingParentsIfNeeded
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: CURATOR-362
> URL: https://issues.apache.org/jira/browse/CURATOR-362
> Project: Apache Curator
> Issue Type: Bug
> Components: Client
> Affects Versions: 2.9.1
> Reporter: Pavan
>
> 1) We are trying to create the node in the zookeeper using the curator
> framework 2.9.1 version by using the following api
> CuratorFramework.create().creatingParentsIfNeeded().withACL(authACList())
> .forPath("/abc/xyz/", value)
> 2) Here ACL is applied only for xyz and the parent node like abc there is no
> ACL info. So any client can add/remove data without ACL
> Summary : CuratorClient even though ACL is specified its not applying for
> the parents.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)