[Webkit-unassigned] [Bug 18284] flash is not loading (UTF-8 in URL)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 3 07:34:24 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18284
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org
OS/Version|Windows XP |All
Platform|PC |All
Summary|flash is not loading |flash is not loading (UTF-8
| |in URL)
------- Comment #2 from ap at webkit.org 2008-04-03 07:34 PDT -------
This is caused by different file name encoding:
Safari:
http://image5.eastmoney.com/d1/200802/18-173X65-10K-SWF-%C2%B6%C2%AB%C2%B7%D0%85%D0%86%D0%96%D1%91%C2%BB%D0%9D%D1%88%D0%9A%D0%A7%D0%A2%D1%96%D0%A2%C2%BB%D0%96%D0%91%D0%A7%D1%83%C2%B0%D2%91%D0%95%D2%90.swf
Firefox:
http://image5.eastmoney.com/d1/200802/18-173X65-10K-SWF-%B6%AB%B7%BD%B2%C6%B8%BB%CD%F8%CA%D7%D2%B3%D2%BB%C6%C1%D7%F3%B0%B4%C5%A5.swf
Newer browsers use UTF-8 when encoding the path, which is correct in accordance
to rfc3987. In IE and Firefox, this is a configurable preference.
I think that this is WONTFIX, as I believe that such a configuration option
would do more harm than good.
--
Configure bugmail: http://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