> From: Jacob Lund [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 24, 2003 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: propfind
>
>
> Hi there!
>
> This question is not directly related to slide, but more a WebDAV
> question!
>
> I have an application that needs all visible propertied and some of the
> "hidden" ones. By hidden I am referring to those that does not
> appear in an
> allprop propfind request. My question is now, is it possible to create a
> request that asks for an allprop and specific properties in the same
> request? A request looking something like this:
>
> PROPFIND /files/car.xml HTTP/1.1
> Host: localhost:8080
> Connection: TE
> TE: trailers
> Depth: 1
> Content-Length: xx
> Content-Type: application/xml
> Authorization: Basic xxx
>
> <?xml version="1.0" encoding="utf-8"?>
> <propfind xmlns="DAV:">
>       <allprop/>
>       <prop>
>               <checked-in xmlns="DAV:"/>
>               <checked-out xmlns="DAV:"/>
>       </prop>
> </propfind>

No,

you can't with standard WebDAV.

A proposal to fix this was published by us [1] and is implemented in the SAP
Enterprise Portal WebDAV server. The WebDAV WG is likely to adopt a
*similar* but syntactically different proposal for the next revision of
RFC2518 [2].

Julian

[1]
<http://greenbytes.de/tech/webdav/draft-reschke-webdav-allprop-include-lates
t.html>
[2] <http://lists.w3.org/Archives/Public/w3c-dist-auth/2003JanMar/0073.html>




--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to