Commit d6366ee6 authored by 's avatar

Merged aq-wrapping fix to preserve security in ZopeFindAndApply

parent 4cb037b1
...@@ -526,7 +526,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -526,7 +526,7 @@ class ZCatalog(Folder, Persistent, Implicit):
if not hasattr(base, 'objectItems'): if not hasattr(base, 'objectItems'):
return result return result
try: items=base.objectItems() try: items=obj.objectItems()
except: return result except: return result
try: add_result=result.append try: add_result=result.append
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment