[Webkit-unassigned] [Bug 100445] New: Webkit adds a boundary to the Content-Type: text/plain POST header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 19:26:50 PDT 2012


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

           Summary: Webkit adds a boundary to the Content-Type: text/plain
                    POST header
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ksakamoto at chromium.org


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

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