10 Jun
2008
10 Jun
'08
12:02 a.m.
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