[Webkit-unassigned] [Bug 28970] content-type parameters not taken into account when building form-data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 4 10:11:55 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28970
--- Comment #3 from Patrick Mueller <pmuellr at yahoo.com> 2009-09-04 10:11:55 PDT ---
Just happened upon this page from the what-wg irc channel, which appears to
contain some sites to test:
http://philip.html5.org/data/charsets-2.html#charset-shift_jis
Here's one I tried:
http://hollywood-fm.com/jp/style/request/index.html
In the form, I filled all the fields in with
平 素 よ り
(hope that's SFW) and then pressed the gray button below the form. On the page
the form sent me to, I opened up Web Inspector, and the Resource view for the
main page "sendmail.php" results in an empty white area. Opening a web
inspector on that, an error was logged:
URIError: URI error ResourceView.js:203
which is the line:
val = decodeURIComponent(val).replace(/\+/g, " ");
At a minimum, we need to provide some try/catch around the the
decodeURIComponent() call, apparently.
--
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