Bug 161381

Summary: [Fetch API] Blob not found URL should result in a network error
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Fixing FileReaderLoader error generation none

youenn fablet
Reported 2016-08-30 08:10:53 PDT
As per https://fetch.spec.whatwg.org/#basic-fetch, if blob is null (not found e.g.), a network error should be generated. Currently we generate a 404 error response.
Attachments
Patch (7.81 KB, patch)
2016-08-30 08:14 PDT, youenn fablet
no flags
Fixing FileReaderLoader error generation (21.86 KB, patch)
2016-08-30 09:36 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2016-08-30 08:14:18 PDT
youenn fablet
Comment 2 2016-08-30 09:36:34 PDT
Created attachment 287401 [details] Fixing FileReaderLoader error generation
WebKit Commit Bot
Comment 3 2016-08-30 11:24:15 PDT
Comment on attachment 287401 [details] Fixing FileReaderLoader error generation Clearing flags on attachment: 287401 Committed r205190: <http://trac.webkit.org/changeset/205190>
WebKit Commit Bot
Comment 4 2016-08-30 11:24:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.