[Webkit-unassigned] [Bug 59819] KURL.cpp should normalize the URL authority (host) to lowercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 12:17:42 PDT 2011


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





--- Comment #2 from Jessie Berlin <jberlin at webkit.org>  2011-04-29 12:17:42 PST ---
On IRC, Adam Barth commented:

Normal URLs have case-insensitive host names
there's some scheme used in the Safari extensions system that has a case-sensitive "host" name
but that should probably be an exception (it's a dangerous design that won't play nicely with other folks who interpret URLs)

But he also pointed out that maybe we should not be using protocolHostAndPortAreEqual because we should be asking the SecurityOrigin about security issues.

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