RESOLVED DUPLICATE of bug 156099 156180
[Mac][iOS][NETWORK_SESSION] Unable to download BLOB URLs
https://bugs.webkit.org/show_bug.cgi?id=156180
Summary [Mac][iOS][NETWORK_SESSION] Unable to download BLOB URLs
Brent Fulgham
Reported 2016-04-04 13:41:52 PDT
When WebKit is build using NETWORK_SESSION, it is not possible to download BLOB URLs. Steps to reproduce: 1. Open the attached test case "blob_download_test.html". 2. Right-click on the "WebKit Icon" link and download to a file. 3. Save the file somewhere. 4. You get a copy of the old Gold WebKit icon in you download folder. 5. Right-click on the "Silly Blob Example" link and download to a file. 6. Save the file somewhere. 7. Nothing happens!
Attachments
Simple blob test case (596 bytes, text/html)
2016-04-05 10:06 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2016-04-04 13:45:57 PDT
If you attach to the Network Process, you will see that the download fails: NetworkLoad::didCompleteWithError. The error object has a 0 error code, a nullptr PlatformError, and a blank failing URL.
Radar WebKit Bug Importer
Comment 2 2016-04-04 13:46:50 PDT
Brent Fulgham
Comment 3 2016-04-05 10:06:18 PDT
Created attachment 275673 [details] Simple blob test case
Alex Christensen
Comment 4 2016-05-09 09:28:42 PDT
Does this work without using NETWORK_SESSION?
Chris Dumez
Comment 5 2016-09-24 19:09:20 PDT
*** This bug has been marked as a duplicate of bug 156099 ***
Note You need to log in before you can comment on or make changes to this bug.