Actually it would have to be like this:
# In publish.Publisher.try_publish()
path = request.get_environ('PATH_INFO', '')
if not path:
return redirect(request.get_environ('SCRIPT_NAME')+'/', True)
Tested on Apache 2.0.52, scgi 1.4, Quixote 2.1.
--
-- Mike Orr