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

Philipp von Weitershausen philipp at weitershausen.de
Sat Nov 5 23:15:28 EST 2005


Sven Schomaker wrote:
> 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.

Please file a collector issue if you think you've found a bug. That way
it'll be remembered and won't get lost in mailing list traffic. If you
could attach a unified diff with the change you propose, that'd be great.

Thanks

Philipp


More information about the Zope3-dev mailing list