[Webkit-unassigned] [Bug 55683] New: KURL parses Windows-style absolute file: URLs incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 09:27:21 PST 2011


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

           Summary: KURL parses Windows-style absolute file: URLs
                    incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: darin at apple.com, ap at webkit.org


Given a URL string like this:

file://c:\foo\bar

KURL will parse it into:

file://c/foo/bar

Note that the colon has disappeared. During parsing, KURL treats the colon as introducing a port number, then sees no port and just ignores it.

A URL string like "file://localhost/c:\foo\bar" will be parsed correctly into "file://c:/foo/bar", however.

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