[Webkit-unassigned] [Bug 13167] Unescape %-escaped hostnames and convert them to punycode before DNS lookup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 01:28:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=13167





------- Comment #8 from eric at webkit.org  2008-01-17 01:28 PDT -------
My guess is that this bug lies in:
static DeprecatedString encodeHostname(const DeprecatedString &s)

which uses uidna_IDNToASCII (I believe to handle unicode # escapes).

If that's true, then uidna_IDNToASCII probably doesn't handle % escapes and
we'd just have to fix them up first before passing it through.

This is all just a guess however.


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