Bug 26643

Summary: Memory cache should respect Cache-Control: no-store
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Respect no-store darin: review+

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