Closed
Bug 338656
Opened 18 years ago
Closed 15 years ago
Cache not ignored when language prefs change
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 269303
People
(Reporter: contact, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
When visiting a page that allows content negotiation, such as the above apache page, the cache, ETags etc are not cleared when a user's language preferences change. Thus changing your Accept-Language string and clicking refresh does not result in a new page being show, but a 304 and the stale cache version displayed.
Reproducible: Always
Steps to Reproduce:
See above
Actual Results:
See above
Expected Results:
See above
Comment 1•17 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.5.0.x Branch
Comment 2•17 years ago
|
||
No response from reporter re: comment 1 -->INCOMPLETE.
Reporter, if you still see this problem with the latest release of Firefox 2, please reopen this bug. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 3•17 years ago
|
||
Don't close it yet. I didn't even see your previous comment until now.
Yes, the bug still exists in FF 2.0.0.3, i just checked.
Load the URL above, note the HTTP headers that get sent.
Set your Accept-Language string to something else in about:config
Reload the page, and note the new headers. You should see that the new Accept-Language was sent, but also that the If-Modified-Since and If-None-Match headers are still sent.
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
Version: 1.5.0.x Branch → 2.0 Branch
Comment 4•17 years ago
|
||
Are you able to test with a trunk build at all?
- http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Comment 5•16 years ago
|
||
I can still reproduce this bug with FireFox 3.0.3. I have set up a test page here to show it: http://www.dracos.co.uk/code/firefox-bug/
This appears similar in scope to bug 269303, where I now discover I said the same thing in September 2007 :) https://bugzilla.mozilla.org/show_bug.cgi?id=269303#c32
Comment 7•15 years ago
|
||
Assuming it is.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago → 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•