jira-importer commented on issue #579: URL: https://github.com/apache/curator/issues/579#issuecomment-2604699716
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=randgalt">randgalt</a>:</i> <p>EnsurePath and creatingParentsIfNeeded() were not using the ACLProvider to create parent nodes. The fix for this<br/> is complicated by the fact that ACLProvider is in the framework module but ZKPaths is in the client module. Workaround<br/> by introducing a InternalACLProvider and making ACLProvider a "synonym" for it. It can now be passed to ZKPaths.mkdirs().</p> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org