Re: Implementing litmus lock test 18
Evert | Rooftop <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
Julian Reschke wrote: > > > Looking at the test, the assumption is that the If header indeed > evaluates to true, but then the PUT request is rejected with 423 > Locked, as the If header did not contain the required lock token. > > Keep in mind that for the PUT to succeed on a locked request, the If > header not only needs to evaluate to true, but also needs to contain > all required lock tokens. > > Hope this helps, It did! Thanks a million =)