AW: PROPFIND allprop with more properties (was AW: Resource class )

Forget my head next...

> Von: ietf-dav-versioning-request@w3.org
> [mailto:ietf-dav-versioning-request@w3.org]Im Auftrag von Stefan Eissing
> For this, it is useful to enhance PROPFIND/allprop to make only 
> one request
> against the WebDAV server. We did this in our implementation with good
> results
> like:
> 
> <D:propfind xmlns:D="DAV:">
>   <D:allprop/>
>   <ext:include xmlns:ext="http://greenbytes.de/ns/tests">
>      <D:checked-in/>
>      <D:checked-out/>
>      <D:version-name/>

       <D:supported-method-set/>   <!-- saves OPTIONS call as well -->

>   </ext:include>
> </D:propfind>
> 
> This gives us good performance and also works against current
> implementations
> of moddav, IIS 5.0 and SharePoint RC1.
> 
> Regards, Stefan
> 
> 

Received on Tuesday, 22 May 2001 11:05:20 UTC