WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
22381
Decoding quote-string values
https://bugs.webkit.org/show_bug.cgi?id=22381
Summary
Decoding quote-string values
Markus Wulftange
Reported
2008-11-20 06:23:58 PST
According to my understanding of RFC 822, the following is encoded correctly: Content-Disposition: attachment;filename="foo\" \"bar.html" The decoded value for the filename attribute should be: foo" "bar.html But instead it is decoded as: foo\" \"bar.html Firefox an Opera both get it right.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2008-11-20 13:25:45 PST
File names in Content-Disposition are handled not by open source WebKit, but by Apple system frameworks. Could you please file this bug at
http://bugreport.apple.com
instead? If not, someone else can do it, but it is better when a bug is linked to its original reporter.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug