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.
Created on 2008-01-13 01:58 by alef13, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
cgi.py.patch | alef13, 2008-01-13 05:13 | Patch for handling QUERY_STRING within POST | ||
cgy.py.patch-1 | alef13, 2008-01-15 23:55 | added suport for reading QUERY_STRING within POST | ||
cgitest.py | alef13, 2008-02-23 16:53 | Unit test for patched cgi module. | ||
post_qs.patch | Nubis, 2008-06-21 15:56 | Corrects handling of querystring in POST requests | ||
post_qs_final.patch | Nubis, 2008-06-21 18:10 | all of it is in this patch. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:29 | admin | set | github: 46142 |
2008-06-21 18:59:06 | facundobatista | set | status: open -> closed nosy: + facundobatista resolution: fixed messages: + msg68534 |
2008-06-21 18:10:32 | Nubis | set | files:
+ post_qs_final.patch messages: + msg68529 |
2008-06-21 16:41:27 | gvanrossum | set | messages: + msg68513 |
2008-06-21 15:56:36 | Nubis | set | files:
+ post_qs.patch nosy: + Nubis messages: + msg68505 keywords: + patch versions: + Python 2.6 |
2008-02-23 16:53:05 | alef13 | set | files:
+ cgitest.py messages: + msg62772 |
2008-01-20 20:04:26 | christian.heimes | set | priority: normal type: enhancement components: + Library (Lib) |
2008-01-15 23:55:46 | alef13 | set | files:
+ cgy.py.patch-1 messages: + msg59985 |
2008-01-13 05:13:35 | alef13 | set | files:
+ cgi.py.patch messages: + msg59850 |
2008-01-13 04:14:21 | gvanrossum | set | keywords:
+ easy nosy: + gvanrossum messages: + msg59849 |
2008-01-13 01:58:54 | alef13 | create |