[Zope] "Hiding" a Zope object from URL accesses

Dieter Maurer dieter@handshake.de
Fri, 26 Jan 2001 20:57:53 +0100 (CET)


Rik Hoekstra writes:
 > AFAIK there is no way of hiding an object in Zope
In Zope 2.3, there is a way, at least for all forms of
scripts:

	The REQUEST object has a new key "PUBLISHED".
	It contains the published object.

	A script can check whether it itself was the
	published object and raise an exception
	in this case.


Dieter