Bug 100445

Summary: Webkit adds a boundary to the Content-Type: text/plain POST header
Product: WebKit Reporter: Kunihiko Sakamoto <ksakamoto>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: japhet, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: All   
Attachments:
Description Flags
Patch none

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.