DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35582>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35582





------- Additional Comments From [EMAIL PROTECTED]  2005-07-07 10:40 -------
> Doesn't this fulfill your requirements?

Yes, it meets my requirements but I am not fully satisfied.
I am developing my own application and I am using Slide API
to store data. I don't want new users to have read permission
on new directories. So when new directory is created, I need
to set negative permission to all users.

/files/newDir       all   /actions/read   local       negative

Then I would like to grant read permission for Donald.
I can simple give Donald read permission because it will
be put after negative permission in sequence (SUCCESSION 
column of permissions table). In result it will not influence 
permission set for new directory. Currently the only way to
solve my problem is to remove negative permission, grant read
permission, grant negative permission again. For me it is not
elegant so I wrote my patch for MY NEEDS. I understand you
may not need this enhancement for further Slide development,
if you don't like it, just ignore it. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to