[Webkit-unassigned] [Bug 17105] Not all of KURL's constructors handle IDN.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 08:40:07 PDT 2009


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





------- Comment #2 from brettw at chromium.org  2009-04-10 08:40 PDT -------
This is still a big. IDN is handled by encodeHostnames, which is called only by
encodeRelativeString, which is called only by init.

Any of the constructors that call parse() instead of init() don't do IDN. These
are KURL::KURL(const char* url) and KURL::KURL(const String& url).


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