[Zope-dev] Re: CatalogBrains since Zope2.7.1b1
Casey Duncan
casey at zope.com
Wed Jun 16 10:28:29 EDT 2004
getObject was refactored recently and its security was increased. It
uses restrictedTraverse() now, which means that you need access to all
of the enclosing folders as well as the object. Before, no security
checking was performed by getObject.
I suspect you do not have access to one of the containing folders.
-Casey
On Wed, 16 Jun 2004 11:16:55 +0200
Eric Brun <eric.brun at pentila.com> wrote:
>
>
> Hi,
>
> I have a problem with 'getObject' method of CatalogBrains class on
> Zope271b1 : it's return None. But with a Zope2.7.0 my object is
> correctly find and returned. The permissions are right.
>
> is there any bug here ?
>
> Thanks
>
>
> Eric Brun
> Ingénieur de développement
> eric.brun at pentila.com
>
> Pentila
> Bâtiment Euclide
> 73370 Le Bourget du Lac
> Savoie Technolac
> http://www.pentila.com
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev at zope.org
> http://mail.zope.org/mailman/listinfo/zope-dev
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope )
>
More information about the Zope-Dev
mailing list