Closed
Bug 265052
Opened 21 years ago
Closed 20 years ago
mozilla cached origin URL instead of redirected (302) URL when loading images
Categories
(Core :: Networking: Cache, defect)
Tracking
()
People
(Reporter: tevoi, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
Hi,
I've seen a behaviour that i think it's not compliant with rfc2616:
client ask for image1.gif,
server send as response a 302 redirect (moved temporarily) to image2.gif,
client ask for image2.gif,
server send as response a 304 (Not Modified),
client load image1.gif from cache where was previously stored.
Should not client load image2.gif instead of image1.gif?
Sorry, but i've not a public example.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Please test it with a current release like 1.7.3 or a current 1.8a5 build.
Assignee | ||
Comment 2•21 years ago
|
||
probably a duplicate of bug 89419.. adding as depends on at least
Depends on: 89419
Comment 3•20 years ago
|
||
confirming.
seeing this behavior in
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217
under similar circumstances (this time with a commercial website)
agreed, it probably is a dup of bug 89419.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•20 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•