[Webkit-unassigned] [Bug 148596] New: [Win] WebKit cannot load pages based on "file://" URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 15:50:19 PDT 2015


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

            Bug ID: 148596
           Summary: [Win] WebKit cannot load pages based on "file://" URLs
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The Apple Windows implementation is not able to load ResourceRequest objects that were created using "file://" URLs. This was happening because CFNetwork does not determine the MIME type of a file URL, and our CFNetwork backend would set a default MIME Type of "application/octet-stream", which would then be rejected by our loading logic.

-- 
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/ee8e284f/attachment-0001.html>


More information about the webkit-unassigned mailing list