- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Thu, 19 Sep 2013 17:45:54 +0200
- To: Ken Murchison <murch@andrew.cmu.edu>
- CC: WebDAV <w3c-dist-auth@w3.org>
On 2013-09-19 17:34, Ken Murchison wrote:
> ...
>> It would be good to understand whether there indeed was a library
>> broken by this (and whether it's possible to fix it), or just some
>> kind of fear.
>
> Can you confirm that the following would be a valid multistatus
> response? I think we had some question on that.
>
> <?xml version="1.0" encoding="utf-8"?>
> <D:multistatus xmlns:D="DAV:">
> <D:response>
> <D:href>/container/</D:href>
> <D:status>HTTP/1.1 200 OK</D:status>
> </D:response>
> </D:multistatus>
It appears so; the DTD for <response> is:
<!ELEMENT response (href, ((href*, status)|(propstat+)),
error?, responsedescription? , location?) >
That being said: if I client actually attempts DTD validation on
responses it will have lots of other problems :-).
Best regards, Julian
Received on Thursday, 19 September 2013 15:46:22 UTC