[Webkit-unassigned] [Bug 24179] New: HTTP: max-age/Expires ignored if must-revalidate sent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 18:04:13 PST 2009


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

           Summary: HTTP: max-age/Expires ignored if must-revalidate sent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://mrclay.org/tests/mustRevalidateTest/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steve at mrclay.org


If the Cache-Control directive "must-revalidate" is included, Win/Safari 4b and
the latest nightly ignore the Expires header and max-age directive and send a
conditional GET each time a resource is needed.

must-revalidate defines behavior AFTER a cache becomes stale. FF3, IE8, O9.6,
Chrome and Safari 3.2.2 behave correctly, only sending a conditional GET after
the Expires time.

Ignoring max-age is a long-standing webkit bug, but now Expires is being
ignored as well.

More here:
http://mrclay.org/index.php/2009/02/24/safari-4-beta-cache-controlmust-revalidate-bug/


-- 
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