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):
if not hasattr(base, 'objectItems'):
return result
try: items=base.objectItems()
try: items=obj.objectItems()
except: return result
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