Re: unlock question

> 2616 states that 400 (Bad Request) means "malformed syntax".
> I believe that it is pretty clear that submitting
> the wrong lock token with an UNLOCK is not a "malformed
> syntax", and therefore mod_dav should not be returning
> a 400 in this case.  I'd use 403 (Forbidden).

I would use 423 (Locked).  412 should not have been used at all.
423 is sufficient to indicate that the lock token is not what the
server was looking for.

....Roy

Received on Monday, 5 March 2001 03:27:21 UTC