Bug 27464 - Implement application cache online whitelist wildcard flag
Summary: Implement application cache online whitelist wildcard flag
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: InRadar
: 27504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-20 15:28 PDT by Alexey Proskuryakov
Modified: 2009-08-19 10:51 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (11.85 KB, patch)
2009-08-18 17:30 PDT, Alexey Proskuryakov
andersca: 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-07-20 15:28:35 PDT
HTML 5 now allows "*" in NETWORK section of appcache manifest, which allows arbitrary requests to go to network, if not served by the cache.

By default, such requests are ignored to facilitate manifest creation. However, this new feature seems important for some authors.
Comment 1 Alexey Proskuryakov 2009-07-20 15:29:17 PDT
<rdar://problem/7076110>
Comment 2 Alexey Proskuryakov 2009-07-21 14:12:53 PDT
*** Bug 27504 has been marked as a duplicate of this bug. ***
Comment 3 Alexey Proskuryakov 2009-08-18 17:30:16 PDT
Created attachment 35088 [details]
proposed fix
Comment 4 Anders Carlsson 2009-08-19 10:33:18 PDT
Comment on attachment 35088 [details]
proposed fix

r=me
Comment 5 Alexey Proskuryakov 2009-08-19 10:51:35 PDT
Committed <http://trac.webkit.org/changeset/47512>.