RESOLVED FIXED 100445
Webkit adds a boundary to the Content-Type: text/plain POST header
https://bugs.webkit.org/show_bug.cgi?id=100445
Summary Webkit adds a boundary to the Content-Type: text/plain POST header
Kunihiko Sakamoto
Reported 2012-10-25 19:27:59 PDT
Imported from http://crbug.com/157040 When a form with enctype="text/plain" attribute is submitted using POST method, webkit adds empty boundary parameter to the Content-Type header. i.e. Content-Type: text/plain;boundary= It should be "text/plain".
Attachments
Patch (6.14 KB, patch)
2012-10-26 03:27 PDT, Kunihiko Sakamoto
no flags
Kunihiko Sakamoto
Comment 1 2012-10-26 03:27:01 PDT
Kunihiko Sakamoto
Comment 2 2012-10-28 19:08:51 PDT
Kent-san, could you please review this patch.
Kent Tamura
Comment 3 2012-10-28 19:25:06 PDT
Comment on attachment 170869 [details] Patch Looks ok.
WebKit Review Bot
Comment 4 2012-10-28 19:51:10 PDT
Comment on attachment 170869 [details] Patch Clearing flags on attachment: 170869 Committed r132758: <http://trac.webkit.org/changeset/132758>
WebKit Review Bot
Comment 5 2012-10-28 19:51:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.