[RFC2518 Issue] PROPFIND 'allprop' usage from Lisa Dusseault on 2000-11-10 (w3c-dist-auth@w3.org from October to December 2000) (original) (raw)

Past discussions have shown that servers frequently have trouble implementing PROPFIND 'allprop'. Jim asked me to summarize the past discussion & list the open issues so that we can get this fixed, if it can be fixed, in revisions to 2518.

There are already cases where not all properties will be returned: RFC2518: "In the case of allprop and propname, if a principal does not have the right to know whether a particular property exists then the property should be silently excluded from the response."

John Stracke's proposal for reducing/specifying the scope of 'allprop', and discussion of the motivation:

It has been a point of discussion for Advanced Collections:

Also in Versioning:

Also in ACLs, Babich argues that clients who request 'allprop' don't really want to see the ACL property, thus they ought to specifically ask for it.

Several server implementors have voiced the opinion that 'allprop' should be "put out of its misery" (GMC) or at least weakened. Often this is because of standard or custom properties that must be calculated by the server (e.g. 'lockdiscovery'), and the calculation can become extraordinarily expensive with an 'allprop' of depth: infinity.

The only server-side argument for keeping 'allprop' is that server-to-server COPY requires it; but if anybody has implemented this yet and can't use 'propname' instead, please speak up.

Summary: There thus seems to be a consensus among server implementors and those designing new features for DAV. What's missing in order to resolve this issue for fixing RFC2518 is input from clients.

  1. Is anybody aware of clients that rely on particular properties being returned in 'allprop'? If the properties relied upon include any more than the set DAV:{creationdate, displayname, getcontentlanguage, getcontentlength, getcontenttype, getetag, getlastmodified} (the properties required for DAV level 1 support) I would be very surprised. Thus, servers may be able to restrict the required property set to this set.

  2. Is anybody aware of clients that rely on 'allprop', rather than 'propname', for property discovery? This would be a more serious issue if major client implementations actually rely on doing property discovery using 'allprop', and attempt this against various implementations of WebDAV servers.

These seem to be our options for modifying RFC2518 (remember, it has to be a simple mod):

Please voice your preferences among these options, objections, or other ideas.

thanks, Lisa Xythos

Received on Friday, 10 November 2000 13:38:27 UTC