[Zope3-Users] Problems with PartialAnnotationsAdapter

Fred Drake fdrake at gmail.com
Tue Jul 26 12:48:07 EDT 2005


On 7/26/05, Florian Lindner <mailinglists at xgm.de> wrote:
> Mmmhh, I'm wondering why it used to work about 2 weeks ago...

Good question; I'd have been surprised if they did.

> Why are these
> class declarations necessary? Everything is file-based code, so AFAIK there
> should not be a problem with permissions.

Nothing is trusted unless you say it is as far as I can tell.  The
source of the code only hints as to it's trustworthiness in practice;
policy is defined by the checkers.

> Anyways, I am not able to make it work with that. It's still the same
> traceback:
> 
>   File "/home/florian/Zope3/src/zope/app/container/browser/contents.py", line
> 169, in _extractContentInfo
>     info['retitleable'] = canWrite(dc, 'title')
>   File "/home/florian/Zope3/src/zope/security/checker.py", line 96, in
> canWrite
>     checker.check_setattr(obj, name)
> 
> I've also tried to change the zope.ManageContent to zope.Public, but does
> change nothing.

Hard to debug from here still.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation


More information about the Zope3-users mailing list