[issue10484] http.server.is_cgi fails to handle CGI URLs containing PATH_INFO

Glenn Linderman report at bugs.python.org
Fri Mar 16 08:51:40 CET 2012


Glenn Linderman <v+python at g.nevcal.com> added the comment:

I'm not sure what tests break or why, I suppose it is the ones for the security patch.  I'm not sure which code you are referring to... the code in msg122259 I tested only cursorily, the (different) code in issue 13893 is what I'm running today, and so has been tested more heavily, but I haven't run the regression tests (haven't figured out how).

The latter code fixes the _url_collapse_path_split function, instead of working around it, which the code in msg122259 tries to do.

I would be highly interested if it fails any tests, and why, and would be glad to help analyze and fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10484>
_______________________________________


More information about the Python-bugs-list mailing list