Open
Bug 1889840
Opened 2 years ago
Updated 2 years ago
will never use an entry in the image cache when loading an image top level that has a redirect
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: tnikkel, Unassigned)
References
(Regression)
Details
(Keywords: regression)
When loading a uri with a redirect at the top level we search the cache using the current uri (ie after the redirect)
but we store the image in the cache using the original uri (before the redirect)
(you can see a comment mentioning this issue there).
This behaviour was introduced in bug 121084 21 years ago where they were aware that the patch was introducing this problem but accepted the patch because it solved more problems then it caused (bug 121084, comment 214, bug 121084, comment 216).
This came up in bug 1838350.
| Reporter | ||
Comment 1•2 years ago
|
||
I tried pushing to try looking up the original uri in the cache to try and it does fail a couple of tests.
You need to log in
before you can comment on or make changes to this bug.
Description
•