[Webkit-unassigned] [Bug 21972] New: Windows drive letters are not handled correctly when resolving relative URLs.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 30 10:02:21 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21972
Summary: Windows drive letters are not handled correctly when
resolving relative URLs.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: brettw at chromium.org
The relative URL "/foo" when resolved on the base URL "file:///C:/bar" should
give "file:///C:/foo" rather than "file:/foo". Note however that "/c:/foo" in
this situation should still resolve to "file:///C:/foo".
The relative URL "../../../" when resolved against "file:///C:/foo" should give
"file:///C:/" rather than "file:/".
Links on web pages of the form "c:\foo", "c:/foo", or "c|\foo" should be
treated as absolute URLs to "file://C:/foo". This comes up when viewing local
pages that have hardcoded paths.
--
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