Closed
Bug 308296
Opened 19 years ago
Closed 19 years ago
Images cached improperly
Categories
(Core :: Networking: Cache, defect)
Tracking
()
People
(Reporter: info665-s1, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 (ax) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 (ax) In the fourth post here http://forums.mozillazine.org/viewtopic.php?p=1661980#1661980 there is a square image that should be different/random each time. Reproducible: Sometimes Steps to Reproduce: 1. Open http://forums.mozillazine.org/viewtopic.php?p=1661980#1661980 in a new tab. 2. Open another tab with the same URL. Actual Results: The images in the two tabs are identical. Expected Results: The images should be different in the two tabs. If they aren't, that's because they are impropely cached. 1. After redirection, the Cache-control headers in the new response (location 2) are not considered and the response is still cached improperly according to the lack of Cache-control headers in the first response. 2. The URL in the Location header is not considered as another URL but as part of the first response that should be cached. This way when the location in the Location header is changed, the browser uses the old URL that is cached instead of making new redirection to the new location. Both refer to improper caching. There is no such problem with Internet Explorer.
->Core: Networking: Cache
Assignee: nobody → darin
Component: General → Networking: Cache
Product: Firefox → Core
QA Contact: general → networking.cache
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
Yhe first image on the post doesn't reload (not sure if it was sopposed to), however, the second one did the 4/5 times, got to a gorrila and then stopped for 1 refresh, then went to an airplane. ----------------------------------- Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) ID:2005090806 Windows XP SP2
| Reporter | ||
Comment 3•19 years ago
|
||
Do not reload the page but only surf/click links or open in new tabs (as many as you want - it always shows the same image). If you refresh the page, the image is refreshed too.
Comment 4•19 years ago
|
||
This is a know problem with image caching and HTTP redirects. *** This bug has been marked as a duplicate of 89419 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•