artiya4u / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

Support HTTP methods for WebDAV #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://tools.ietf.org/html/rfc2518
http://tools.ietf.org/html/rfc3253

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Need to support HTTP methods for WebDAV like PROPFIND, PROPPATCH and REPORT.

Generally speaking, we may want to allow the HTTP method to be specified as a 
String, so any arbitrary HTTP method may be specified, and only provide 
convenience methods for the most common methods like GET, PUT, POST, and DELETE 
(or maybe just the ones specified in RFC 2616).

Original issue reported on code.google.com by yan...@google.com on 6 Mar 2012 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 22 Mar 2012 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Mar 2012 at 2:22

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 May 2012 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 24 May 2012 at 12:32

GoogleCodeExporter commented 9 years ago
Any time frame?

Original comment by ai...@google.com on 12 Jul 2012 at 5:39

GoogleCodeExporter commented 9 years ago
I will start on it next week, so hopefully ETA end of next week.

Original comment by rmis...@google.com on 12 Jul 2012 at 5:41

GoogleCodeExporter commented 9 years ago
taken from http://jackrabbit.apache.org/jackrabbit-webdav-library.html:
RFC 4918 (WebDAV ITSELF - HTTP Extensions for Distributed Authoring, obsoleting 
RFC 2518)
RFC 3253 (DeltaV - Versioning Extensions to WebDAV)
RFC 3744 (Access Control Protocol)
RFC 5323 (WebDAV SEARCH; previously DASL - DAV Searching and Locating)

Some clients:

http://java.net/projects_tags/webdav
http://code.google.com/p/sardine
https://github.com/sonatype/async-http-client/tree/master/api/src/main/java/com/
ning/http/client/webdav

Original comment by vasilievip on 12 Jul 2012 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 2 Aug 2012 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Sep 2012 at 1:31

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/6496096/

Original comment by yan...@google.com on 11 Sep 2012 at 12:46