[ https://issues.apache.org/jira/browse/ZOOKEEPER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700869#action_12700869 ]
Chris Darroch commented on ZOOKEEPER-36: ---------------------------------------- Certainly the use of explicit CGI arguments will improve readability; no question about that. I was mostly thinking in terms of HTTP and WebDAV (I see there's also a WebDAV-related issue, ZOOKEEPER-37) and things like WebDAV-to-JSR-170 connectors, with which I've worked a little. If you're thinking about WebDAV at all, that implies node creation and updates with PUT, most likely. (Arguably you might use MKCOL for node creation, I suppose.) Content hierarchies like ZooKeeper's, where nodes are both "files" (i.e., contain data) and "folders" (i.e., have child nodes) fit somewhat imperfectly with the filesystem assumptions that underlie the PUT and MKCOL methods. That's neither here nor there, I suppose. > REST access to ZooKeeper > ------------------------ > > Key: ZOOKEEPER-36 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-36 > Project: Zookeeper > Issue Type: New Feature > Components: contrib > Reporter: Patrick Hunt > Assignee: Patrick Hunt > Fix For: 3.2.0 > > Attachments: rest_2.tar.gz, SPEC.txt > > > Moved from SourceForge to Apache. > http://sourceforge.net/tracker/index.php?func=detail&aid=1961763&group_id=209147&atid=1008547 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.