[Webkit-unassigned] [Bug 21424] New: charset ignored in enctype attribite of form element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 6 20:46:40 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21424
Summary: charset ignored in enctype attribite of form element
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andrejohn.mas at gmail.com
If I specify the following:
<form action="" method="post" enctype="application/x-www-form-urlencoded;
charset=utf-8" accept-charset="utf-8">
I find what is actually sent to the HTTP server is:
content-type: application/x-www-form-urlencoded
The charset is stripped from the content-type.
As a comparative test I checked with Opera which is sending the charset.
Additionally if I read RFC2616 section 3.7.1, there is provision for allowing
the character set to be specified.
I am not sure whether to see this issue as a bug that needs fixing, or an
enhancement.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list