- From: Mike McDonald <Mike.McDonald@anywaregroup.com>
- Date: Fri, 6 Feb 2004 16:16:59 -0400
- To: <w3c-dist-auth@w3.org>
- Message-ID: <001301c3ecee$2d0d3e00$4fc106d8@mgm>
My apologies, as I am not entirely sure this question belongs here.
I am quite new to WebDAV, and have run into a few problems. I've been
staring at this particular problem for quite some time, and am hoping I can
get a fresh set of eyes to have a look. Basically, when I attempt to open a
web folder (using Davenport as the DAV server), I get the message 'Internet
Explorer could not open .Would you like to use the default view instead?'.
I have tried a slew of changes to the Davenport source code with varying
degrees of success. In this example, the 'shares' share will not display
properly in a Web Folder view. If I attempt to view a subdirectory as a Web
Folder however, the subdirectory will display properly in Web Folders view.
I am using Windows XP with IE6 (both fully patched) for the DAV client. See
the listing below for the request/response.
PROPFIND /davenport/server/shares HTTP/1.1
Content-Language: en-us
Accept-Language: en-us
Content-Type: text/xml
Translate: f
Depth: 0
Content-Length: 0
User-Agent: Microsoft Data Access Internet Publishing Provider DAV
Host: host
Connection: Keep-Alive
HTTP/1.1 207 Multi Status
Date: Fri, 06 Feb 2004 15:57:25 GMT
Server: Jetty/4.2.14 (Windows 2000/5.0 x86 java/1.4.2_03)
Content-Length: 826
Content-Type: text/xml; charset="utf-8"
<?xml version="1.0" encoding="UTF-8"?>
<multistatus xmlns="DAV:"
xmlns:w="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/">
<response>
<href>http://host/davenport/server/shares</href>
<propstat>
<status>HTTP/1.1 200 MultiStatus</status>
<prop>
<getcontenttype>httpd/unix-directory</getcontenttype>
<ishidden w:dt="boolean">0</ishidden>
<iscollection w:dt="boolean">1</iscollection>
<resourcetype><collection/></resourcetype>
<getlastmodified w:dt="dateTime.rfc1123">Thu, 01 Jan
1970 00:00:00 GMT</getlastmodified>
<displayname>shares/</displayname>
<creationdate
w:dt="dateTime.tz">1970-01-01T00:00:00.000Z</creationdate>
<isreadonly w:dt="boolean">1</isreadonly>
<getcontentlength
w:dt="int">98626961408</getcontentlength>
<getetag>"195a6053b85db823650312a6f1705da6"</getetag>
</prop>
</propstat>
</response>
</multistatus>
Thanks,
Mike
Received on Friday, 6 February 2004 15:17:19 UTC