[Zope3-dev] Bug in viewmeta.py (page directive handler)

Sven Schomaker Sven.Schomaker at Linie-M.de
Fri Nov 4 09:50:27 EST 2005


Hi all,

I found a tiny bug in the page directive handler "page" in 
zope.app.publisher.browser.viewmeta.py. Handling allowed attributes
seems to be buggy:

<SNIP>

    _handle_allowed_attributes(_context, allowed_interface, permission, 
                               required)

<SNAP>

should most probably be:

<SNIP>

    _handle_allowed_attributes(_context, allowed_attributes, permission,
                               required)

<SNAP>

This seems still to be present in the trunk, so maybe someone with
repository access wants to fix this.


Kind regards + nice weekend

Sven Schomaker



More information about the Zope3-dev mailing list