Sven Pfeiffer wrote:
okay, sorry, it was just a problem of namespace.

i changed the namespace to "DAV:" and it worked fine ;)

but another strange thing happened:

group-member-set (among others) is not displayed, neither in DAVExplorer, nor 
in the eclipse webdav navigator.

is this, because these properties protected attribute is set to "true"?

Some properties (mostly ones introduced in the DeltaV and ACL specs) are considered "expensive" to compute, so they're not returned (this is permitted by the spec) in an <allprop> request. The clients you're using are presumably just listing the properties returned by such a request.


If your client allows you to request a specific property (in a specific namespace), you can do that to get {DAV:}:group-member-set. If not, you'll need to use a different client to do so. I use cadaver (if you have trouble with that, see my mail to the list on this topic a few days ago).

Mike

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



Reply via email to