[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
Wed Mar 6 10:56:44 PST 2013


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





--- Comment #26 from Victor Costan <costan at gmail.com>  2013-03-06 10:59:09 PST ---
Thank you for the guidance, I will file a cleanup bug.

The test "almost" works in a browser. It currently fails due to CORS restrictions when ran from the file:// URL provided by the test result.

I tried serving it off of the http server started by Tools/Scripts/run-webkit-httpd, but it won't work because it uses some files outside of LayoutTests/http (LayoutTest/fast/js/resources/js-test-{pre,post}.js)

On the other hand, I did use this test case to figure out Firefox's behavior, so I think it can be made to work properly in a browser with proper infrastructure, e.g. a variant of multipart-post-echo.php that emits CORS headers. Would it make sense for me to write that?

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