This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8382 - CACHING-7 on invalid Last-Modified and Etag triggered incorrectly
Summary: CACHING-7 on invalid Last-Modified and Etag triggered incorrectly
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fd
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 09:50 UTC by fd
Modified: 2009-11-30 16:16 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-11-26 09:50:40 UTC
CACHING-7 is a warning returned when a page that returns a Last-Modified HTTP header fails to return a 304 or a different Last-Modified HTTP header when requested a second time.

The warning is systematically returned whenever a Last-Modified or an ETag HTTP header is used, as mentioned in:
http://lists.w3.org/Archives/Public/public-mobileok-checker/2009Nov/0000.html
Comment 1 fd 2009-11-30 16:16:00 UTC
HttpResourceRetriever updated to take the additional HTTP headers provided to the method into account. This had been incorrectly dropped during the library re-factoring.