[Webkit-unassigned] [Bug 122246] [GTK] URIs with a "//whatever" scheme not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 16:19:13 PDT 2013


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





--- Comment #2 from Sebastian Keller <sebastian-keller at gmx.de>  2013-10-03 16:18:08 PST ---
If the accessed document was "http://example.com" then href="//other-site.org" would refer to "http://other-site.org". If the accessed document was "https://example.com" it would refer to "https://other-site.org". So it basically means to keep just the protocol but not the host or anything else.

https://tools.ietf.org/html/rfc1630 has a similar example on [Page 10]

After thinking about this, the change on imgur.com seems to be intentional after all as this is an easy way to support http and https with the same html code. So other sites might adopt this in the future as well.

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