- From: Greg Stein <gstein@lyra.org>
- Date: Tue, 16 Feb 1999 10:38:21 -0800
- To: Dana Carson <dcarson@toad.net>
- CC: WEBDAV WG <w3c-dist-auth@w3.org>
Jim Davis wrote: >... > HTTP/1.1 207 Multi-Status > Date: Tue, 16 Feb 1999 18:26:23 GMT > Server: Apache/1.3.3 (Unix) WSD/DAV 0.5.15 > Content-Length: 298 > Content-Type: text/xml > > <?xml version="1.0" ?> > <D:multistatus xmlns:D="DAV:" xmlns:W="http://www.cyberteams.com/"> > <D:response> > <D:href>http://serv1-r.fwi.com/jrd/foo.html</D:href> > <D:propstat> > <D:prop> > <getcontenttype/> > </D:prop> > <D:status>HTTP/1.1 400 Bad Request</D:status></D:propstat> > </D:response> > </D:multistatus> > > 1) I think this is a valid request. (I could be wrong). Why does > mod_webdav reject it? > > 2) If it does indeed think it's an invalid request, it should return status > 400, not 207 Multistatus, because the error applies to the entire request > as a whole, not to the status of some individual resource within a set. 3) there is a missing namespace on the <getcontenttype/> Cheers, -g -- Greg Stein, http://www.lyra.org/
Received on Tuesday, 16 February 1999 13:40:06 UTC