Steps to reproduce:
- get a thumbnail URL for a Commons-hosted image on beta, e.g.
will return
- change the width to something else, open that URL, e.g.
will return "The source file 'Giant_planes_comparison.svg' does not exist."
- repeat the API call with the new width.
- open the thumbnail URL again
Expected result: the URL in step 4 should work, as the API request in step 3 is supposed to generate it. (I would also expect the one in step2 to work, since 404 handling is enabled, but that's arguable and probably a different bug.)
Actual result: the URL in step 4 returns the same error message as in step 2.
(Not sure if this is a beta configuration issue, or something related to Varnish, or a MediaWiki bug. I tried reproducing locally, but I get even more broken behavior that way, thumbnail URLs never work. That might be bug 54202, although the error message is different.)
Version: unspecified
Severity: normal