RESOLVED FIXED Bug 131853
http/tests/multipart/policy-ignore-crash.php erroneously depends on http stack quirks
https://bugs.webkit.org/show_bug.cgi?id=131853
Summary http/tests/multipart/policy-ignore-crash.php erroneously depends on http stac...
Alexey Proskuryakov
Reported 2014-04-18 13:00:14 PDT
http/tests/multipart/policy-ignore-crash.php returns a multipart response with part boundaries positioned incorrectly. A boundary is at the end of a long line, instead of being on its own line after CRLF. Some http implementations manage to parse this, others don't.
Attachments
proposed fix (1.35 KB, patch)
2014-04-18 13:03 PDT, Alexey Proskuryakov
beidson: review+
Alexey Proskuryakov
Comment 1 2014-04-18 13:03:09 PDT
Created attachment 229668 [details] proposed fix
Alexey Proskuryakov
Comment 2 2014-04-18 13:05:49 PDT
Alexey Proskuryakov
Comment 3 2014-04-18 13:43:36 PDT
And r167504.
Note You need to log in before you can comment on or make changes to this bug.