This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Giovanni.Funchal
Recipients Giovanni.Funchal
Date 2012-01-27.23:12:14
SpamBayes Score 0.0017703925
Marked as misclassified No
Message-id <1327705936.4.0.817960222769.issue13893@psf.upfronthosting.co.za>
In-reply-to
Content
GIHTTPServer.py is a very handy module for quickly setting up a full HTTP server with CGI support. However, I noticed that it doesn't support responses other than "200 OK". So, for instance if the page wants to do a redirect (response 303), it just isn't supported. It's documented as so, but still I think this is a major drawback that can be easily overcome.

I have attached a patch against 2.7. I'd be happy to port it to dev branch if help provided as I'm new to Python. Reviews/suggestions more than welcome.
History
Date User Action Args
2012-01-27 23:12:16Giovanni.Funchalsetrecipients: + Giovanni.Funchal
2012-01-27 23:12:16Giovanni.Funchalsetmessageid: <1327705936.4.0.817960222769.issue13893@psf.upfronthosting.co.za>
2012-01-27 23:12:15Giovanni.Funchallinkissue13893 messages
2012-01-27 23:12:15Giovanni.Funchalcreate