- From: Jim Whitehead <ejw@cs.ucsc.edu>
- Date: Thu, 2 Dec 2004 13:22:24 -0800
- To: "'Julian Reschke'" <julian.reschke@gmx.de>
- Cc: "'WebDAV \(WebDAV WG\)'" <w3c-dist-auth@w3.org>
> Wow.
>
> Just to make sure, we're talking about
>
> MOVE /CollW/CollY/CollZ HTTP/1.1
> Destination: /CollW/CollX
> Overwrite: T
I was thinking it would be:
REBIND /CollW/CollY/ HTTP/1.1
Host: www.example.com
Content-Type: text/xml; charset=utf-8
Content-Length: xxx
If: <http://www.example.com/CollW/CollY/>
(<opaquelocktoken:e5f41359-d00d-f00f-3ef5-50cb4c3a215f>)
If: <http://www.example.com/CollW/CollX/>
(<opaquelocktoken:b749a327-75ef-ba64-82db-b63ac56721b4>)
<?xml version="1.0" encoding="utf-8" ?>
<rebind>
<segment>CollZ</segment>
<href>/CollW/CollX/</href>
</rebind>
- Jim
Received on Thursday, 2 December 2004 21:24:31 UTC