[Zope] Acquisition of the View permission
Dieter Maurer
dieter@handshake.de
Wed, 5 Mar 2003 20:26:34 +0100
Caleb Land wrote at 2003-3-4 17:39 -0500:
> ...
> If that's the case, then what would be a good way to achieve my original goal?
> (restricting access to an acquired source based on context (in this case
> index_html))
????
You told us that "index_html" must be viewable (you did not tell us why).
If this is the case, you can protect the objects "index_html"
accesses doing its work and thus get context sensitive protection.
You would probably control the "Access contents information" for
this purpose.
Dieter