Subject: | Content-Disposition filename double quoting for Google Chrome |
CGI.pm requires a small fix to support upstream "strictness" in Google
Chrome http://code.google.com/p/chromium/issues/detail?id=103618
Google is now going by the book and not allowing commas without quotes.
Failure case.
Content-Disposition: attachment; filename=file,with,comma.txt
I recommend updating CGI.pm to support this.
Thanks,
Mike
I know it's a bit old but I did not see anything in the change logs.
$ perl -MCGI -e 'print CGI->VERSION, "\n"'
3.43
mrdvt92