[Webkit-unassigned] [Bug 111380] Handle CRLF in MIME types of Blobs appended to multipart FormData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 22:10:37 PST 2013


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Handle CRLF in MIME types   |Handle CRLF in MIME types
                   |of Blobs appended to        |of Blobs appended to
                   |FormData                    |multipart FormData
          Component|Tools / Tests               |Page Loading




--- Comment #17 from Alexey Proskuryakov <ap at webkit.org>  2013-03-05 22:13:02 PST ---
> The tests that you pointed me to seem to cover the code in XMLHttpRequest::send(Blob* body, ExceptionCode& ec), whereas my tests cover FormDataBuilder::addContentTypeToMultiPartHeader(Vector<char>& buffer, const CString& mimeType)

Ah, I finally see. So that was about HTTP headers, and this is about MIME headers in multipart form submission. Neat.

-- 
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