I notice that the domain.xml allows you to set a parameter such that an ACE is not inheritable. I'd like to do that with some of my ACEs when
I explicitly add them to the ACL for a resource node. How do I do that though ? The Ace.java class has only "inherited" and "inheritedFrom" properties, and the AclMethod.java class only allows setting of the "inherited" and "inheritedFrom" properties, but no way to tell it that this is not to be inherited from, like the xml configuration file allows.
You can do this with the Slide API directly. It's not possible with the webdav ACL protocol.
If you must do it via Webdav, the only suggestion I can give is to implement an extension (using elements in a slide-specific namespace) to the ACL method, implement this in the slide server, then implement it in the slide client (or whatever client you're using). That's more work, obviously.
Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
