Re: How to handle PROPFIND request with empty <prop> element?
Julian Reschke <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Message-ID | <[email protected]> |
Simon Perreault wrote: > On Sunday 30 March 2008 05:24:58 Julian Reschke wrote: >> I'm pretty sure that there's code out there that will fail if <prop> is >> empty. > > I was just wondering if there was a use case for a PROPFIND on no properties > at all (i.e. not having an empty PROPFIND behave as if <allprop/> had been > specified). I guess not... Well, there is: when you really want to only list the collection membership, but not any properties of the members. BR, Julian