[OGo-Users] URLs Accessible from ZideStore
Helge Hess
users@opengroupware.org
Wed, 2 Apr 2008 20:36:57 +0200
On 02.04.2008, at 20:04, Adam Tauno Williams wrote:
> You'll get a response like -
> <?xml version="1.0" encoding="utf-8"?>
> <D:multistatus xmlns:ap="http://apache.org/dav/props/" xmlns:D="DAV:">
> <D:response>
> <D:href>/zidestore/dav/adam/Contacts/830020.vcf?sn=Williams</
> D:href>
> <D:propstat>
> <D:status>HTTP/1.1 200 OK</D:status>
> <D:prop>
> <D:getetag>830020:47</D:getetag>
> <D:resourcetype></D:resourcetype>
> <D:getcontenttype>
> text/x-vcard; charset='utf-8'
> </D:getcontenttype>
> <D:displayname>Williams, Michelle</D:displayname>
> <D:href>
> /zidestore/dav/adam/Contacts/830020.vcf?sn=Williams
> </D:href>
> </D:prop>
> </D:propstat>
> <D:propstat>
> <D:status>HTTP/1.1 404 Resource Not Found</D:status>
> <D:prop>
> <D:creationdate/>
> <D:getcontentlength/>
> <D:getlastmodified/>
> <ap:executable/>
> </D:prop>
> </D:propstat>
> </D:response>
> <D:response>
>
> I suspect the second propstat is a bug as it looks to always be a 404
> and never contain any information.
Its not a bug, its regular WebDAV. Missing properties are reported as
404 (maybe the text should be 'Property Not Found').
If you do not want to have missing properties reported, you can use
the 'Brief: t' header (which, alas, is a M$ extension ;-)
http://msdn2.microsoft.com/en-us/library/aa142743(EXCHG.65).aspx
Greets,
Helge
--
Helge Hess
http://www.helgehess.eu/