Issue1055234
Created on 2004-10-27 12:18 by kv11111, last changed 2008-12-04 20:21 by fdrake.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
cgi.patch
|
kv11111,
2004-10-27 12:18
|
Patch to cgi.py |
|
|
|
msg47175 - (view) |
Author: Vova (kv11111) |
Date: 2004-10-27 12:18 |
|
When I'm trying to upload file named 'a;b' cgi.py says
that it is named '"a'.
Simple patch to fix it attached.
P.S. The same bug are present in mimetools.py and may
be in other same places.
|
|
msg47176 - (view) |
Author: Fred L. Drake, Jr. (fdrake) |
Date: 2004-10-28 06:05 |
|
Logged In: YES
user_id=3066
The Content-Disposition header is defined in RFC 2183:
http://www.faqs.org/rfcs/rfc2183.html
|
|
msg76921 - (view) |
Author: Fred L. Drake, Jr. (fdrake) |
Date: 2008-12-04 20:21 |
|
This is now fixed for Python 2.6.?, 2.7, 3.0.1, and 3.1.
I've no idea why I didn't write a test for this sooner.
|
|
| Date |
User |
Action |
Args |
| 2008-12-04 20:21:38 | fdrake | set | status: open -> closed resolution: fixed messages:
+ msg76921 stage: committed/rejected |
| 2004-10-27 12:18:26 | kv11111 | create | |
|