[issue10487] http.server doesn't process Status header from CGI scripts

2015-10-01 Thread Martin Panter
Martin Panter added the comment: Issue 13893 was closed as a duplicate of this issue. There are patches and modified code there that may be worth looking at though. -- nosy: +martin.panter superseder: Make CGIHTTPServer capable of redirects (and status other than 200) ->

[issue10487] http.server doesn't process Status header from CGI scripts

2012-03-16 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- superseder: -> Make CGIHTTPServer capable of redirects (and status other than 200) ___ Python tracker ___ __

[issue10487] http.server doesn't process Status header from CGI scripts

2012-03-16 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue10487] http.server doesn't process Status header from CGI scripts

2012-02-05 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- nosy: +rosslagerwall ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue10487] http.server doesn't process Status header from CGI scripts

2012-02-03 Thread Éric Araujo
Changes by Éric Araujo : -- title: http.server - doesn't process Status: header from CGI scripts -> http.server doesn't process Status header from CGI scripts versions: +Python 3.3 -Python 3.2 ___ Python tracker _

[issue10487] http.server - doesn't process Status: header from CGI scripts

2010-12-06 Thread Glenn Linderman
Glenn Linderman added the comment: Just to mention, with the added code from issue 10482, I was able to get a 3-stream functionality working great in http.server and also backported it to 2.6 CGIHTTPServer... and to properly process the Status: header on stdout. Works very well in 2.6; Issue

[issue10487] http.server - doesn't process Status: header from CGI scripts

2010-11-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +facundobatista, fdrake, orsenthil type: behavior -> feature request versions: -Python 2.6, Python 2.7, Python 3.1 ___ Python tracker ___ __

[issue10487] http.server - doesn't process Status: header from CGI scripts

2010-11-20 Thread Glenn Linderman
New submission from Glenn Linderman : While it is documented that http.server (and Python 2's CGIHTTPServer) do not process the status header, and limit the usefulness of CGI scripts as a result, that doesn't make it less of a bug, just a documented bug. But I guess that it might have to be c