85c85 < env['PATH_INFO'] = urllib.parse.unquote_to_bytes(path).decode('iso-8859-1') --- > env['PATH_INFO'] = urllib.parse.unquote(path)