Open
Bug 763691
Opened 14 years ago
Updated 5 years ago
Cached responses should be used for custom conditional requests (e.g. XMLHttpRequest requests with If-Non-Match, If-Range, If-Modified-Since, etc.) when the cached response meets the criteria of the conditional request
Categories
(Core :: Networking: Cache, defect, P5)
Core
Networking: Cache
Tracking
()
NEW
People
(Reporter: briansmith, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [necko-backlog])
+++ This bug was initially created as a clone of Bug #759582 +++
I am planning to fix bug 759582 and related bugs by bypassing the cache completely for custom conditional requests.
In order to properly process these responses by returning cached responses, we need to process the Accept, Accept-*, If-*, and other headers just like a server would. If the entry is acceptable, return the entry; ptherwise, forward the request to the network. That is what this bug is about.
Updated•10 years ago
|
Whiteboard: [necko-backlog]
Updated•10 years ago
|
Component: Networking: HTTP → Networking: Cache
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 3•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•