20 May
2003
20 May
'03
6:11 p.m.
Jamie Heilman wrote at 2003-5-19 23:15 -0700:
I'm trying to use the equivalent of a (mini) Script (Python) as an attribute of a Product I'm writing. I'm confused about how SecurityManager.addContext works though, and when I should use it.
The Zope 2.2 security paper provides glues why the execution context has been introduced and how to use the context. Usually, you need only to worry when you have TTW editable executable objects. Dieter