cgi, parse_header and semi-colon

Sylvain sylvain.vivien at gmail.com
Fri Jun 6 09:31:51 EDT 2008


Hi,

I'm playing with Google App Engine and during my tests it seems that
there is a bug in cgi. parse_header function.

If we upload a file with a semi-colon (i.e : "C:/my;file.jpg") :
cgi.FieldStorage.filename returns only "my" everything after the semi-
colon is missing

Is it a bug or i'm missing something ?

Regards



More information about the Python-list mailing list