[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212748#comment-15212748
 ] 

Raul Gutierrez Segales commented on ZOOKEEPER-2403:
---------------------------------------------------

[~Ryan P]: I generate my patches with git because I access svn over git. So to 
generate a patch you'd do something like:

{code}
git diff --no-prefix HEAD~1.. > ZOOKEEPER-2403.patch
{code}

once you've committed to your branch.

We could probably rename this ticket to something like 'Consistently handle 
boolean properties' and then handle all the cases pointed out by Pat...

Thanks Ryan!

[~phunt]: makes sense?

> zookeeper.skipACL should be a boolean in addition to a yes or no
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2403
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2403
>             Project: ZooKeeper
>          Issue Type: Wish
>            Reporter: Ryan P
>            Priority: Trivial
>
> Currently zookeeper.skipACL is evaluated to be either yes or no. This is less 
> than intuitive most developers would expect this to except true or false. 
> https://github.com/apache/zookeeper/blob/trunk/src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java#L96-Lundefined



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to