Colleague of mine just fixed it. He uses the PropfindMethod class
instead now (tried the WebdavResource.propfindMethod() earlier). I'm not
sure what's actually changed about the request, but the response does
make sense now.

true, group-member-set (and the other ACL related properties) are not
listed when a client does an DAV:allprop propfind. that's probably why
DAV Explorer does not list those.

Thanks.

 Edmund

Sven Pfeiffer wrote:

>Hi
>
>how do you try to read the group-member-set property?
>Did you try:
>
>       Vector v = new Vector();
>      v.add(new PropertyName("DAV:", "group-member-set"));
>      Enumeration enum = res.propfindMethod(v);
>This worked for me.
>
>DAVExplorer does not show it, because IIRC, he uses some kind of 
>findAll-properties command (not shure how it is really called) and
>in there group-member-set is not shown.
>
>hth
>SVen
>
>  
>
>>-----Original Message-----
>>From: Edmund Urbani [mailto:[EMAIL PROTECTED]
>>Sent: Tuesday, June 28, 2005 2:44 PM
>>To: Slide Users Mailing List
>>Subject: shouldn't the group-member-set property work?
>>
>>
>>Hi!
>>
>>I'm trying to read the DAV:group-member-set property of resources in
>>/roles/. PROPFIND returns that property without an error, but the value
>>is always an empty string. I just read the Slide Security Howto. It
>>mentions that the |wrappers.catalina.|SlideRealm needs to be configured
>>in Tomcat. I have got Tomcat 5.0.28 + JAASRealm setup (no more
>>SlideRealm). Could that be the problem? Any other ideas what I could be
>>doing wrong?
>>
>>DAVExplorer does not show the group-member-set property either.
>>
>>Cheers,
>>Edmund Urbani
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>


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

Reply via email to