googleapis / google-http-java-client

Google HTTP Client Library for Java
Apache License 2.0
1.39k stars 451 forks source link

Support HTTP methods for WebDAV #72

Closed wonderfly closed 9 years ago

wonderfly commented 9 years ago

From yan...@google.com on March 06, 2012 12:54:25

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: http://code.google.com/p/google-http-java-client/issues/detail?id=72

wonderfly commented 9 years ago

From yan...@google.com on March 22, 2012 09:19:14

Labels: Milestone-Version1.8.0

wonderfly commented 9 years ago

From yan...@google.com on March 27, 2012 07:22:33

Labels: Milestone-Version1.9.0

wonderfly commented 9 years ago

From rmis...@google.com on May 14, 2012 07:14:07

Labels: -Milestone-Version1.9.0 Milestone-Version1.10.0

wonderfly commented 9 years ago

From rmis...@google.com on May 24, 2012 05:32:07

Labels: -Milestone-Version1.10.0 Milestone-Version1.11.0

wonderfly commented 9 years ago

From ai...@google.com on July 12, 2012 10:39:50

Any time frame?

wonderfly commented 9 years ago

From rmis...@google.com on July 12, 2012 10:41:03

I will start on it next week, so hopefully ETA end of next week.

wonderfly commented 9 years ago

From vasilievip on July 12, 2012 13:11:56

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 https://code.google.com/p/sardine https://github.com/sonatype/async-http-client/tree/master/api/src/main/java/com/ning/http/client/webdav

wonderfly commented 9 years ago

From yan...@google.com on August 02, 2012 07:30:52

Labels: -Milestone-Version1.11.0 Milestone-Version1.12.0

wonderfly commented 9 years ago

From yan...@google.com on September 07, 2012 06:31:16

Status: Started
Owner: yan...@google.com
Cc: rmis...@google.com
Labels: -Priority-Medium Priority-High

wonderfly commented 9 years ago

From yan...@google.com on September 11, 2012 05:46:44

https://codereview.appspot.com/6496096/

Status: Fixed