- From: Jim Davis <jdavis@parc.xerox.com>
- Date: Mon, 15 Feb 1999 08:17:28 PST
- To: Dana Carson <dcarson@toad.net>, WEBDAV WG <w3c-dist-auth@w3.org>
At 09:12 PM 2/10/99 PST, Dana Carson wrote: >A new version of the CyberTeams mod_webdav is installed at >http://www.fwi.com:8080/. There are still some things I need to fix in >PROPPATCH but this fixes many of the open problems. Please test if you have >a chance. The PROPFIND reply has malformed XML. I tried to fetch the value of the resourcetype property for /jrd/ PROPFIND /jrd/ HTTP/1.1 Host: www.fwi.com Authorization: .... Content-Type: text/xml Content-Length: <?xml version="1.0"?> <A:propfind xmlns:A="DAV:"> <A:prop> <A:resourcetype/> </A:prop> </A:propfind> The reply was <?xml version="1.0"?> <A:multistatus xmlns:A="DAV:"> <A:response> <A:href>http://serv1-r.fwi.com/jrd/</A:href> <A:propstat> <A:prop> <resourcetype> <collection/> </resourcetype> </A:prop> <A:status>HTTP/1.1 200 OK</A:status> </A:propstat> </A:response> </A:multistatus> Note the lack of a namespace prefix on resourcetype and collection. The automated test script refused to continue past this point.
Received on Monday, 15 February 1999 11:20:21 UTC