[zope2-tracker] [Bug 578326] Re: Products.Five: browser.view directive ignores access control directives.

Hanno Schlichting hanno at hannosch.eu
Mon May 10 13:14:18 EDT 2010


Could you try to use a different permission, like
"zope2.ViewManagementScreens" or "zope2.ManageUsers"?

I don't see any other mention of "zope2.Private" except in the
permissions.zcml file in Five. It doesn't look like it's a valid
permission in the AccessControl sense.

In site.zcml we have:

<meta:redefinePermission from="zope2.Public" to="zope.Public" />

which seems to take care of the public counterpart, but there's no such
entry for the private one. It looks to me like the private permission is
a decoy.

-- 
Products.Five: browser.view directive ignores access control directives.
https://bugs.launchpad.net/bugs/578326
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.


More information about the zope2-tracker mailing list