Michel Le Bihan created an issue #524:
Hello,
When downloading GIMP from the official website using the official URL (https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe) I often get redirected to the wrong path of the dotsrc mirror:
michel@debian:~$ curl -I https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe
HTTP/1.1 307 Temporary Redirect
Date: Thu, 10 Sep 2020 20:25:02 GMT
Server: Apache/2.4.6 (Red Hat Enterprise Linux)
Strict-Transport-Security: max-age=31536000
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Security-Policy: default-src 'none'; img-src 'self'; style-src 'self'; script-src 'self' font-src 'self'; child-src 'self' object-src 'none'; media-src 'self'; base-uri 'self'; form-action 'self'; frame-ancestors 'self';
Referrer-Policy: same-origin, strict-origin-when-cross-origin
Location: https://mirrors.dotsrc.org/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe
Connection: close
Content-Type: text/html; charset=iso-8859-1
https://mirrors.dotsrc.org/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe returns 404. You should actually redirect to https://mirrors.dotsrc.org/gimp/gimp/v2.10/windows/gimp-2.10.20-setup-1.exe