Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 73368
Status: rejected
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: MRDVT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.43
Fixed in: (no value)



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
I'm sorry this bug was in Spreadsheet-WriteExcel-Simple-Tabs because it does not use CGI.pm! perl -e 'use CGI qw{header}; print header(-attachment=>"x,y.txt")' works correctly... See RT 73369