[Webkit-unassigned] [Bug 54271] safari-extension: scheme needs special case-sensitive treatment in KURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 11 08:11:18 PST 2011


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





--- Comment #6 from Adam Roben (aroben) <aroben at apple.com>  2011-02-11 08:11:17 PST ---
Section 6 "URI Normalization and Equivalence" seems relevant:

In many cases, different URI strings may actually identify the
identical resource. For example, the host names used in URL are
actually case insensitive, and the URL <http://www.XEROX.com> is
equivalent to <http://www.xerox.com>. In general, the rules for
equivalence and definition of a normal form, if any, are scheme
dependent. When a scheme uses elements of the common syntax, it will
also use the common syntax equivalence rules, namely that the scheme
and hostname are case insensitive and a URL with an explicit ":port",
where the port is the default for the scheme, is equivalent to one
where the port is elided.

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