14 Apr
2009
14 Apr
'09
3:38 p.m.
Hey, Tim Hoffman wrote:
can I specify security annotations on objects persisted in the zodb as per zope3/zope2 which are over and above the class/view decleration.
I'll just note you can do this in Grok. Grok has per-model security declarations, just like Zope 3's. It just doesn't have model-level security *checks* - the only check happens on the view end. I'm not sure whether bfg does use security proxies at all or not (if so, apparently not zope.security's). Regards, Martijn