[Zope3-Users] Zope security and inheritance

Dan Korostelev nadako at gmail.com
Sun Feb 8 16:03:06 EST 2009


2009/2/7 Taurus5 <Taurus.5 at web.de>:
> I have some trouble with the zope security. I got ForbiddenAttribute
> Exception on sub-classes.

The checkers should be defined for each class separately. They aren't
used for subclasses automatically, though you can use protectLikeUnto
or <require like_class=".your.Class" /> to define the same checkers.

-- 
WBR, Dan Korostelev


More information about the Zope3-users mailing list