27 Oct
2004
27 Oct
'04
10:55 a.m.
Tino Wildenhain wrote:
So filename is sent correctly as 'a;b'. But Zope says that filename is '"a'.
cool :-) We come close. Then you have to file a bug for the cgi.py which does the hard work of reading and parsing. Looks like an insufficience in handling of the " " quoting while parsing header lines. You are right. Bug is in cgi.py at line 325: plist = map(lambda x: x.strip(), line.split(';'))
One question: is it right that browser sends 'a;b' as '"a;b"' ? What RFC says ? -- Vladimir