[Zope-dev] Container bug with unicode traversal

Christophe Combelles ccomb at free.fr
Wed Jun 11 04:37:08 EDT 2008


I've just found it's a duplicate of #163149.
I'll commit the fix.

Christophe

Christophe Combelles a écrit :
> Hi,
> 
> If an object with a unicode name is copied then deleted, there is a 
> unicode error. I've reported it here:
> https://bugs.launchpad.net/zope3/+bug/238579
> 
> This is annoying because the user account becomes unusable!
> 
> The deleted object is kept in the user's clipboard, and the traversal is 
> tried evereytime a folder is viewed, to check if the object is pasteable().
> The ContainerTraversable adapter tries to gettattr with a unicode name.
> 
> I've attached a patch with unittest + ftest + fix. Could you please 
> check this is the right place or the right way to fix it?  If this is 
> ok, I will commit the fix.
> 
> regards,
> Christophe
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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