[Webkit-unassigned] [Bug 21980] New: KURL doesn't normalize the number of slashes after the scheme
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 30 12:29:59 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21980
Summary: KURL doesn't normalize the number of slashes after the
scheme
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: brettw at chromium.org
"http:apple.com" and "http:/apple.com" both load and display the incorrect URL
in the URL bar.
"http:///apple.com" is converted to "http:/apple.com" for reasons I don't
understand (maybe NSURL does this).
In IE, all of these loads fail. In Firefox, they are all converted to
"http://apple.com". Firefox's behavior is better. For known hierarchical
schemes such as http, the URL should be treated as hierarchical no matter how
many slashes there are, and normalized accordingly.
--
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