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 <[EMAIL PROTECTED]>

_______________________________________________
Quixote-users mailing list
Quixote-users@mems-exchange.org
http://mail.mems-exchange.org/mailman/listinfo/quixote-users

Reply via email to