Bug 26643 - Memory cache should respect Cache-Control: no-store
Summary: Memory cache should respect Cache-Control: no-store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 00:30 PDT by Antti Koivisto
Modified: 2009-06-23 13:03 PDT (History)
0 users

See Also:


Attachments
Respect no-store (10.05 KB, patch)
2009-06-23 02:23 PDT, Antti Koivisto
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2009-06-23 00:30:31 PDT
WebCore memory cache currently ignores Cache-Control: no-store directive. It should make the resource uncacheable.
Comment 2 Antti Koivisto 2009-06-23 02:23:43 PDT
Created attachment 31715 [details]
Respect no-store

Make memory cache respect no-store.
Comment 3 Antti Koivisto 2009-06-23 13:03:07 PDT
http://trac.webkit.org/changeset/45003