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 LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal Keywords: InRadar
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   

Brady Eidson
Reported 2008-11-25 10:52:45 PST
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
Note You need to log in before you can comment on or make changes to this bug.