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> Thanks Jacob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]