[Zope3-checkins] CVS: Zope3/src/zope/security/examples - sandbox_security.py:1.9.2.3

Marius Gedminas marius at pov.lt
Fri Mar 19 13:51:28 EST 2004


Update of /cvs-repository/Zope3/src/zope/security/examples
In directory cvs.zope.org:/tmp/cvs-serv26650/src/zope/security/examples

Modified Files:
      Tag: mgedmin-events2-branch
	sandbox_security.py 
Log Message:
Added IParticipation and replaced the lists of principals in IInteraction with
a list of participations.  Made BaseRequest an IParticipation and replaced
request.user with request.principal everywhere.



=== Zope3/src/zope/security/examples/sandbox_security.py 1.9.2.2 => 1.9.2.3 ===
--- Zope3/src/zope/security/examples/sandbox_security.py:1.9.2.2	Mon Mar  8 13:43:44 2004
+++ Zope3/src/zope/security/examples/sandbox_security.py	Fri Mar 19 13:50:57 2004
@@ -13,6 +13,8 @@
 ##############################################################################
 """A small, secure sandbox application.
 
+XXX this file is outdated XXX
+
 This module is responsible of securing the sandbox application and run it in a
 secure mode. There are several steps that are taken to set up the security
 




More information about the Zope3-Checkins mailing list