Re: Create an ACE which is not inheritable (programmatically) ?

2005-01-23 Thread Michael Smith
Nick Longinow wrote: 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

Create an ACE which is not inheritable (programmatically) ?

2005-01-21 Thread Nick Longinow
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

Re: Create an ACE which is not inheritable (programmatically) ?

2005-01-21 Thread James Mason
Short answer: you can't. Not as short answer: the WebDAV ACL spec doesn't define a way to set the inheritance of a permission. It's left as an implementation detail on the server. I suppose we could add an extension in Slide, but it would be non-standard. -James On Fri, 2005-01-21 at 12:16