Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect from a misconfigured server (that advertizes http and then redirects all request to https) all http redirect requests were cached, making all subsequent requests to the same url hit the 301 Moved Permanently reponse page intead of the redirected content. Fixes #16427 WMTS rendering problems in 2.18 and Master cherry-picked from d102404
- Loading branch information