- From: Stefan Eissing <stefan.eissing@greenbytes.de>
- Date: Tue, 22 May 2001 17:04:14 +0200
- To: <ietf-dav-versioning@w3.org>
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