amit170394 / sardine

Automatically exported from code.google.com/p/sardine
0 stars 0 forks source link

The MKCOL method is missing #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MKCOL method, use to create directories, is missing

Details are on http://tools.ietf.org/html/draft-ietf-vcarddav-webdav-mkcol-06

Example request and response:

   >> Request <<

   MKCOL /home/special/ HTTP/1.1
   Host: special.example.com
   Content-Type: application/xml; charset="utf-8"
   Content-Length: xxxx

   <?xml version="1.0" encoding="utf-8" ?>
   <mkcol xmlns="DAV:">
     <set>
       <prop>
         <resourcetype>
           <collection/>
         </resourcetype>
         <displayname/>
       </prop>
     </set>
   </mkcol>

   >> Response <<

   HTTP/1.1 201 Created
   Cache-Control: no-cache
   Date: Sat, 11 Nov 2006 09:32:12 GMT

Original issue reported on code.google.com by goo...@alishomepage.com on 6 Jan 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Added patch that implements MKCOL

Original comment by goo...@alishomepage.com on 6 Jan 2010 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
sounds good. i'll get this in later today.

Original comment by latch...@gmail.com on 6 Jan 2010 at 6:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r30.

Original comment by latch...@gmail.com on 6 Jan 2010 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by latch...@gmail.com on 7 Jan 2010 at 12:46