Commit 7a52c20d authored by Tres Seaver's avatar Tres Seaver

Forward-port fix for #2117 from 2.10 branch.

parent 097fed45
......@@ -186,7 +186,7 @@ class Traversable:
bobo_traverse = getattr(obj, '__bobo_traverse__', None)
try:
if name and name[:1] in '@+':
if name and name[:1] in '@+' and name != '+':
# Process URI segment parameters.
ns, nm = nsParse(name)
if ns:
......
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