Chris McDonough wrote:
> 
> Darn.  Security nails us once again.  :-(
> 
> I'll need to figure out how to allow __setitem__ to be called on session
> data objects from within a Python Script.

Add a line below your definition of __setitem__ that reads:

__guarded_setitem__ = __setitem__

cheers,

Chris

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to