6 messages in com.googlegroups.google-calendar-help-dataapiRe: CalDAV: PROPFIND does not work?
FromSent OnAttachments
helge28 Jul 2008 15:54 
Neal Gafter (Google)28 Jul 2008 17:07 
Ray Baxter28 Jul 2008 17:18 
helge29 Jul 2008 00:54 
helge29 Jul 2008 02:07 
helge29 Jul 2008 12:03 
Subject:Re: CalDAV: PROPFIND does not work?
From:helge (helg@googlemail.com)
Date:07/29/2008 02:07:36 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

a small (but not very important) bug. If the PROPFIND request has no content (content-length: 0), it is supposed to act like <propfind><allprop></propfind>. See RFC 2518, section 8.1:

A client may choose not to submit a request body. An empty PROPFIND request body MUST be treated as a request for the names and values of all properties.

Currently the client gets a HTTP 404 on such a request :-)