Closed
Bug 1073434
Opened 11 years ago
Closed 11 years ago
Checking disable cache in web developer tool still cache AJAX resources
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1027579
People
(Reporter: dvhh, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140924083558
Steps to reproduce:
Using the developer tool > Toolbox Options > Advanced settings > Enable "Disable Cache"
Having a webpage using jquery to use a xmlHttpRequest shorthand for a get request on a text file (the resource is set to expire in now+1 days later).
Reload the page
Actual results:
Every resource is reloaded except for the text file which was loaded. the text file is loaded from cache.
Expected results:
the text file should be loaded from the server again when the "Disable Cache" option is enabled.
I have to clear the cache via the appropriate dialog.
example of the issue
http://jsfiddle.net/s9g0cyvx/
Severity: normal → minor
Updated•11 years ago
|
Component: Untriaged → Developer Tools
Mike, is platform work needed to control this, or would it be easy to change?
Flags: needinfo?(mratcliffe)
Comment 3•11 years ago
|
||
(In reply to J. Ryan Stinnett [:jryans] from comment #2)
> Mike, is platform work needed to control this, or would it be easy to change?
Why, are you volunteering?
Our disable cache flags only disable the cache until the document load. This means that ajax requests, fonts etc. will completely ignore the disable cache setting.
Anyhow, this is a duplicate of bug 1027579 which has been re-purposed for creating a more appropriate flag.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(mratcliffe)
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•