- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Thu, 15 May 2003 18:39:05 +0200
- To: "WebDAV" <w3c-dist-auth@w3.org>
> From: news [mailto:news@main.gmane.org]On Behalf Of Martin Holz > Sent: Friday, May 09, 2003 4:42 AM > To: w3c-dist-auth@w3.org > Cc: holz@fiz-chemie.de > Subject: [Moderator Action] Re: MSIE6SP1 and WebDAV > > > > > Michael Becker <mb@apissoft.com> writes: > > > Hi, > > > > does anyone know what's wrong in this answer: > > > HTTP/1.1 207 Multi-Status > > Cache-Control: no-cache > > Connection: Keep-Alive > > Date: Fri, 09 May 2003 10:23:02 GMT > > Server: Spider 4.1.3.2.1 (May 9 2003 12:22:28) > > Content-Type: text/xml; charset="utf-8" > > Content-Length: 430 > > > > <?xml version="1.0" encoding="utf-8" ?> > > <multistatus xmlns="DAV:"> > > <response> > > <href>/</href> > > <propstat> > > <status>HTTP/1.1 200 OK</status> > ^^^ > > <prop> > > <displayname>/</displayname> > > <creationdate>2003-05-09T00:00:00</creationdate> > > <getlastmodified>2003-05-09T00:00:00</getlastmodified> > > <getcontentlanguage>en-us</getcontentlanguage> > > <resourcetype><collection/></resourcetype> > > </prop> > > </propstat> > > </response> > > </multistatus> > > > > > > After getting the answer MSIE6 tells me, that it can't open / as a > > WebFolder. > > > > Appendix 23.1 from http://www.ietf.org/rfc/rfc2518.txt > says : > > <!ELEMENT propstat (prop, status, responsedescription?) > > > The element status must occur after prop, not before. No. Element order is irrelevant in WebDAV. The issue here are the broken timestamps. -- <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760
Received on Thursday, 15 May 2003 12:39:13 UTC