[Webkit-unassigned] [Bug 32140] REGRESSION(r50072): 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:32:21 PST 2009


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





--- Comment #2 from Mark Rowe (bdash) <mrowe at apple.com>  2009-12-03 19:32:20 PST ---
Why did we choose to URL encode field names within these headers?  The only
thing that RFC 2388, the multipart/form-data specification, has to say about
encoding of field names is:

>    Field names originally in non-ASCII character sets may be encoded
>    within the value of the "name" parameter using the standard method
>   described in RFC 2047.

RFC 2047, Message Header Extensions for Non-ASCII Text, appears to discuss the
use of quoted-printable encoding.  The cases we are concerned about a clearly
not non-ASCII, but this does seem to directly conflict with our decision to URL
encode the field names.

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