Bug 100445 - Webkit adds a boundary to the Content-Type: text/plain POST header
Summary: Webkit adds a boundary to the Content-Type: text/plain POST header
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-25 19:27 PDT by Kunihiko Sakamoto
Modified: 2012-10-28 19:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.14 KB, patch)
2012-10-26 03:27 PDT, Kunihiko Sakamoto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kunihiko Sakamoto 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".
Comment 1 Kunihiko Sakamoto 2012-10-26 03:27:01 PDT
Created attachment 170869 [details]
Patch
Comment 2 Kunihiko Sakamoto 2012-10-28 19:08:51 PDT
Kent-san, could you please review this patch.
Comment 3 Kent Tamura 2012-10-28 19:25:06 PDT
Comment on attachment 170869 [details]
Patch

Looks ok.
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2012-10-28 19:51:14 PDT
All reviewed patches have been landed.  Closing bug.