[EMAIL PROTECTED] wrote:
It looks as though in the org.apache.slide.webdav.method.AclMethod that the
ALL permission is translated into an action node of "/", instead of
"/actions".  Before I suggest that this might be a bug, can someone
elaborate about why this is so??

- Stan

They're equivalent in any sane configuration. It's not a bug. It's possible to configure slide such that config.getDefaultConfig() returns a node which is not a parent node of the other permissions (doing so is stupid, and will probably break other things, though. It probably shouldn't be allowed). Thus, "all permissions" can only be enforced by a) using the root node (which is an ancestor of all the action nodes), or b) explicitly adding each permission. Since a) works, the code does this.

That's my reading of the code, anyway...

Mike


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

Reply via email to