Bug 22489
Summary: | Need method to have SubresourceLoaders stop after receiving an invalid response (such as 404) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | All |
Brady Eidson
Need method to have SubresourceLoaders stop after receiving an invalid response (such as 404)
Currently if a SubresourceLoader receives a 404, for example, it will pull the website's 404 HTML page down as subresource data.
This is almost always incorrect (is appropriate for the main resource of course) and we would usually like it to stop in this situation
See IconLoader for a specific case of why this is important
In radar as <rdar://problem/5463392>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |