[
https://issues.apache.org/jira/browse/ZOOKEEPER-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt updated ZOOKEEPER-809:
-----------------------------------
Fix Version/s: 3.4.0
This looks good, a few issues to address:
1) add license to HTTPBasicAuth.java
2) replace tabs with spaces for indentation (check the resulting patch file for
any tabs)
3) the diff is missing binaries for:
:000000 100644 0000000... 13e5aab... A src/contrib/rest/conf/keys/rest.cer
:000000 100644 0000000... 539e8be... A src/contrib/rest/conf/keys/rest.jks
> Improved REST Interface
> -----------------------
>
> Key: ZOOKEEPER-809
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-809
> Project: Zookeeper
> Issue Type: Improvement
> Components: contrib
> Reporter: Andrei Savu
> Assignee: Andrei Savu
> Fix For: 3.4.0
>
> Attachments: SPEC.txt, SPEC.txt, ZOOKEEPER-809.patch,
> ZOOKEEPER-809.patch, ZOOKEEPER-809.patch, ZOOKEEPER-809.patch
>
>
> I would like to extend the existing REST Interface to also support:
> * configuration
> * ephemeral znodes
> * watches - PubSubHubbub
> * ACLs
> * basic authentication
> I want to do this because when building web applications that talks directly
> to ZooKeeper a REST API it's a lot easier to use (there is no protocol
> mismatch) than an API that uses persistent connections. I plan to use the
> improved version to build a web-based administrative interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.