[issue10485] http.server fails when query string contains addition '?' characters

2015-10-01 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> duplicate status: open -> closed superseder: -> CGIRequestHandler behave incorrectly with query component consisting mutliple ? ___ Python tracker

[issue10485] http.server fails when query string contains addition '?' characters

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10485

[issue10485] http.server fails when query string contains addition '?' characters

2012-03-16 Thread Senthil Kumaran
Changes by Senthil Kumaran sent...@uthcode.com: -- assignee: - orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10485 ___ ___

[issue10485] http.server fails when query string contains addition '?' characters

2010-11-21 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +facundobatista, fdrake, orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10485 ___ ___

[issue10485] http.server fails when query string contains addition '?' characters

2010-11-20 Thread Glenn Linderman
New submission from Glenn Linderman v+pyt...@g.nevcal.com: http.server on Python 3 and CGIHTTPServer on Python 2 both contain the same code with the same bug. In run_cgi, rest.rfind('?') is used to separate the path from the query string. However, it should be rest.find('?') as the query

[issue10485] http.server fails when query string contains addition '?' characters

2010-11-20 Thread Glenn Linderman
Changes by Glenn Linderman v+pyt...@g.nevcal.com: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10485 ___ ___