[Webkit-unassigned] [Bug 32140] New: Form field name is url-encoded when multipart encoding is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 19:10:46 PST 2009


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

           Summary: Form field name is url-encoded when multipart encoding
                    is used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://src.macosforge.org/webkit-post-data-bug-test.ph
                    p
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wsiegrist at apple.com


Reduced case: http://src.macosforge.org/webkit-post-data-bug-test.php

If you check a box and hit the corresponding submit button, you'll notice the
checkbox name "abc%40def" is encoded as "abc%2540def" only when multipart
encoding is used.  I would expect the field name to be the same in both cases.
Firefox 3.5.5 and Safari 4.0.4 do not encode the name. I can reproduce with
nightly r51580.

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