[Zope] Acquisition of the View permission
Caleb Land
bokonon@rochester.rr.com
Tue, 4 Mar 2003 16:34:01 -0500
Hello,
I am having trouble with folders and the view permission. Say I have a layout
like:
Users +
|--index_html
|--caleb +
| |--Folder 1
|
|--brian +
|--Folder 2
Now, let's say that user 'caleb' owns the caleb folder, and user 'brian' owns
the brian folder. If I set Folder 1 to be View'ed by owner/manager and without
acquisition, shouldn't someone logged in as 'brian' be forbidden to see:
/Users/caleb/Folder 1/
even if index_html is able to be View'ed by Anonymous? (because of the context
it's being called from)
Sincerely,
Caleb Land
(bokonon@rochester.rr.com)