Commit 8021d730 authored by Michel Pelletier's avatar Michel Pelletier

Fixed path so as not to remove '/' and to un url-quote the path before

passing it into ZopeFindAndAppy
parent 815611e2
......@@ -296,7 +296,7 @@ class ZCatalog(Folder, Persistent, Implicit):
c_elapse = time.clock()
words = 0
path=string.split(URL2, REQUEST.script)[1][1:]
path=urllib.unquote(string.split(URL2, REQUEST.script)[1])
results = self.ZopeFindAndApply(REQUEST.PARENTS[1],
obj_metatypes=obj_metatypes,
......
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