Hmm, ok thanks. -----Original Message----- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 7:08 PM To: Slide Users Mailing List Subject: Re: webdav client Ace - is there a 'setInheritable(boolean)' method ?
Nick Longinow wrote: > On the object org.apache.webdav.lib.Ace I don't see a method for setting the > inheritable property. (I am setting specific ace entries along the slide > tree, and don't want them to be inherited by later additions.) This can be > done in the domain.xml by using 'inheritable="false"'. > > Any ideas ? > > Nick > This is not possible (the ACL spec doesn't have a way to specify the inheritability of ACEs set using it - though it does have a way to report that!). Since the underlying protocol doesn't allow it, the client library doesn't provide a way to set it. It's a little confusing because the Ace class is used for both reading and writing ACEs. A slide extension to the protocol to allow specifying this would probably be useful for some people. Mike --------------------------------------------------------------------- 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]
