Closed
Bug 73417
Opened 24 years ago
Closed 24 years ago
New cache doesn't do an initial out-of-date check
Categories
(Core :: Networking: Cache, defect)
Tracking
()
mozilla0.9
People
(Reporter: tor, Assigned: darin.moz)
References
()
Details
The new cache, with "once per session", doesn't check if the disk cache
copy is out of date during the first visit of a session. Steps to
reproduce:
* start mozilla
* visit http://news.bbc.co.uk/
* quit mozilla
* kill a couple hours
* visit http://news.bbc.co.uk/ with another browser to make sure it changed
* start mozilla
* visit http://news.bbc.co.uk/
* read out-of-date news
Comment 1•24 years ago
|
||
I'm seeing this on Solaris/SPARC (build id 2001032521) as well.
This is an http issue, not a cache issue.
Assignee: gordon → darin
QA Contact: gordon → tever
Assignee | ||
Comment 4•24 years ago
|
||
this is only a problem with cache validation set to "once per session"
Assignee | ||
Comment 5•24 years ago
|
||
for some reason, the last modification time on the cache entry is always in
the future (ie. after the session start time), hence "once-per-session" ends
up meaning validate never. i'm not sure why the last modified time stamp
is being updated... investigating.
Assignee | ||
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 73099 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•