Ned Deily
|
217f4cd7ee
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
|
2014-07-12 22:12:39 -07:00 |
|
Ned Deily
|
915a30fb0d
|
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
|
2014-07-12 22:06:26 -07:00 |
|
Benjamin Peterson
|
6cd1954c5c
|
merge 3.2 (#21766)
|
2014-06-14 18:40:10 -07:00 |
|
Benjamin Peterson
|
73b8b1cdb8
|
url unquote the path before checking if it refers to a CGI script (closes #21766)
|
2014-06-14 18:36:29 -07:00 |
|
Serhiy Storchaka
|
91b0bc237c
|
Issue #20331: Fixed possible FD leaks in various modules:
http.server, imghdr, mailcap, mimetypes, xml.etree.
|
2014-01-25 19:43:02 +02:00 |
|
Benjamin Peterson
|
044242360d
|
fix handling of 100-continue status code (closes #18574)
|
2014-01-18 21:50:18 -05:00 |
|
Benjamin Peterson
|
35aca89617
|
merge 3.1 (#19435)
|
2013-10-30 12:48:59 -04:00 |
|
Benjamin Peterson
|
04e9de40f3
|
use the collapsed path in the run_cgi method (closes #19435)
|
2013-10-30 12:43:09 -04:00 |
|
Benjamin Peterson
|
a50f89954d
|
merge 3.2 (#19435)
|
2013-10-30 12:50:18 -04:00 |
|
Senthil Kumaran
|
600b735062
|
Minor code improvement. Review comment by Eric V. Smith
|
2013-09-29 18:59:04 -07:00 |
|
Senthil Kumaran
|
72c238e21a
|
Fix http.server's request handling case on trailing '/'.
Patch contributed by Vajrasky Kok. Addresses Issue #17324
|
2013-09-13 00:21:18 -07:00 |
|
Senthil Kumaran
|
884f0585a4
|
Reverting the changeset 5d76a4746d9d made for Issue #12921
|
2013-03-05 02:26:50 -08:00 |
|
Senthil Kumaran
|
1e7551dc87
|
Reverting the changeset 5126e62c60af made for Issue #12921
|
2013-03-05 02:25:58 -08:00 |
|
Senthil Kumaran
|
c37f835a43
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:23:44 -08:00 |
|
Senthil Kumaran
|
3fb066d286
|
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
2013-03-05 01:22:57 -08:00 |
|
Senthil Kumaran
|
1251fafcc5
|
Issue 14989: http.server --cgi option can enable the CGI http server.
|
2012-06-03 16:15:54 +08:00 |
|
Hynek Schlawack
|
51b2ed51f0
|
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
Patch by EungJun Yi.
|
2012-05-16 09:51:07 +02:00 |
|
Senthil Kumaran
|
4ca008b643
|
issue6085 - update docs in default branch
|
2012-04-29 13:44:14 +08:00 |
|
Senthil Kumaran
|
db727b4a77
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
2012-04-29 13:41:03 +08:00 |
|
Senthil Kumaran
|
1aacba497b
|
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
|
2012-04-29 12:51:54 +08:00 |
|
Senthil Kumaran
|
690598aba2
|
merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
|
2012-04-12 02:37:11 +08:00 |
|
Senthil Kumaran
|
d70846b1b1
|
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
|
2012-04-12 02:34:32 +08:00 |
|
Senthil Kumaran
|
d05853da97
|
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
|
2012-04-11 03:16:16 +08:00 |
|
Senthil Kumaran
|
dbb369d0ef
|
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
|
2012-04-11 03:15:28 +08:00 |
|
Senthil Kumaran
|
209d70e579
|
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
|
2012-03-16 01:14:51 -07:00 |
|