Bug 28374 - Cross-scheme requests should not be blocked by appcache rules
Summary: Cross-scheme requests should not be blocked by appcache rules
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 20:55 PDT by Alexey Proskuryakov
Modified: 2009-08-24 17:09 PDT (History)
0 users

See Also:


Attachments
proposed fix (4.66 KB, patch)
2009-08-24 16:32 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-08-16 20:55:37 PDT
HTML5 spec has changed, now it says that resources with different scheme than the manifest (e.g. HTTP vs. HTTPS) should be loaded from the network normally.
Comment 1 Alexey Proskuryakov 2009-08-24 16:32:04 PDT
Created attachment 38508 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2009-08-24 17:09:52 PDT
Committed revision 47735.