[Webkit-unassigned] [Bug 25842] Cache Policy Ignored in webView:resource:willSendRequest:redirectResponse:fromDataSource:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 10:12:13 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25842





------- Comment #3 from admin at tacosw.com  2009-05-18 10:12 PDT -------
I attached an xcode project that illustrates the bug.

When you open the app, it loads a document (test.html) that links to the CSS
document, test.css.  Initially, test.css specifies a red background for the
document, which is what you see.  After 10 seconds, test.css is updated to
specify a blue background, and test.html is loaded again.  However, with Safari
4 beta, the background stays red even though the cache policy for test.css is
set to NSURLRequestReloadIgnoringCacheData.  I tested the app with Safari 3,
and the background correctly changes to blue.

Let me know if you have any questions.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list