WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
148596
[Win] WebKit cannot load pages based on "file://" URLs
https://bugs.webkit.org/show_bug.cgi?id=148596
Summary
[Win] WebKit cannot load pages based on "file://" URLs
Brent Fulgham
Reported
2015-08-28 15:50:19 PDT
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.
Attachments
Patch
(3.84 KB, patch)
2015-08-31 16:56 PDT
,
Brent Fulgham
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2015-08-28 15:54:52 PDT
Resolving this bug revealed another issue related to the URL class. This is documented under
Bug 148598
.
Brent Fulgham
Comment 2
2015-08-31 15:57:42 PDT
<
rdar://problem/22432585
>
Brent Fulgham
Comment 3
2015-08-31 16:56:35 PDT
Created
attachment 260331
[details]
Patch
Brent Fulgham
Comment 4
2015-08-31 17:29:43 PDT
Committed
r189200
: <
http://trac.webkit.org/changeset/189200
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug