"Content-disposition filename handling violates RFCs 2183 and 2616" b=275110 r=bz sr=benjamin

git-svn-id: svn://10.0.0.236/trunk@171136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com 2005-03-23 21:39:44 +00:00
parent 36f358f873
commit 4e8345bd69

View File

@ -622,7 +622,6 @@ nsHeaderSniffer.prototype = {
}
}
}
fileName = fileName.replace(/^"|"$/g, "");
return fileName;
}
};