[Webkit-unassigned] [Bug 40947] REGRESSION: POSTed multipart/form-data wrongfully gets a charset appended

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 11:56:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40947


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|XHR multipart/form-data     |REGRESSION: POSTed
                   |POST charset injection      |multipart/form-data
                   |                            |wrongfully gets a charset
                   |                            |appended
           Platform|Macintosh Intel             |All
         OS/Version|Mac OS X 10.6               |All
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |Regression
           Severity|Major                       |Normal
           Priority|P2                          |P1
          Component|JavaScriptCore              |XML
                 CC|                            |Chang.Shu at nokia.com,
                   |                            |ap at webkit.org,
                   |                            |fishd at chromium.org
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-06-22 11:56:19 PST ---
My reading of XMLHttpRequest2 spec draft is that charset is never appended to Content-Type specified via setRequestHeader(), it's only corrected if it was set incorrectly.

"If a Content-Type header is set using setRequestHeader() whose value is a valid MIME type and has a charset parameter whose value is not a case-insensitive match for encoding, and encoding is not null, set all the charset parameters of the Content-Type header to encoding."

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list