Re: overwrite and depth-0 locks

All use cases below other than #1 require the locktoken.

Cheers,
Geoff

w3c-dist-auth-request@w3.org wrote on 03/28/2007 04:17:04 PM:

> 
> Let's say you have resources /a/b and /c/d.  There is a depth-0 lock
> on collection /c
> 
> Of the following cases, which ones require the locktoken for the lock on 
/c?
> 
> 1.
> COPY /a/b
> Destination: /c/d
> Overwrite: T
> 
> 2.
> MOVE /a/b
> Destination: /c/d
> Overwrite: T
> 
> 3.
> REBIND /c
> Overwrite: T
> 
> <D:rebind xmlns:D="DAV:">
>    <D:segment>d</D:segment>
>    <D:href>/a/b</D:href>
> </D:rebind>
> 
> 4.
> BIND /c
> Overwrite: T
> 
> <D:bind xmlns:D="DAV:">
>    <D:segment>d</D:segment>
>    <D:href>/a/b</D:href>
> </D:bind>
> 
> I believe #1 does not require the locktoken.  I'm not sure about the
> other ones.
> 
> Thanks for the help.
> 
> -Tim
> 

Received on Wednesday, 28 March 2007 23:09:48 UTC