[Webkit-unassigned] [Bug 148598] New: [Win] File-based URL's cause the ParsedURLStringTag constructor to ASSERT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 15:54:31 PDT 2015


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

            Bug ID: 148598
           Summary: [Win] File-based URL's cause the ParsedURLStringTag
                    constructor to ASSERT
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

If you create a URL from a Windows file path (e.g., "C:/Some/Test/URL.html"), the Cache logic will eventually call the URL constructor that takes a ParsedURLStringTag argument. This constructor asserts that the URL created by the string matches the internal string representation.

This turns out to be false on Windows, because the URL parsing logic skips the colon in the "C:/Some/Test" and changes it to "C/Some/Test", which does not match.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150828/cac18cbc/attachment-0001.html>


More information about the webkit-unassigned mailing list