[Webkit-unassigned] [Bug 26226] New: SF4 beta, CH2 fails to respect no-cache headers on page that redirects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 5 13:38:55 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26226
Summary: SF4 beta, CH2 fails to respect no-cache headers on page
that redirects
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://uwtools.com/sf4cache/bug.html
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: davidzhiliwu at gmail.com
Repros in Chrome 2.0.172.30 and Safari 4 beta.
Does NOT repro in SF 3, Chrome 1, FF2-3, IE7.
Test case: http://uwtools.com/sf4cache/bug.html
Setup:
1. On load, bug.html appends "js.php" as a script element.
2. js.php issues redirect to public.php:
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Location: http://www.uwtools.com/sf4cache/public.php
3. public.php contains a js file with headers:
Cache-Control: public
Last-Modified: Mon, 23 Mar 2009 22:26:16 GMT
Expected Result:
Reloading bug.html should reload js.php due to the no-cache headers of js.php
(e.g., to get a new redirect location).
Actual Result:
Reloading bug.html does not load js.php.
--
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