Gentoo Archives: gentoo-dev

From: Raul E Rangel <ismell@××××××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] bouncer.gentoo.org mangling URLs
Date: Mon, 30 Nov 2020 14:02:37
Message-Id: bb47517e-278a-4a00-b359-3628e8d66ce8@www.fastmail.com
1 It looks like bouncer.gentoo.org is mangling the + in the original URL and converting it into a space. This also happens when I try wget and using chrome to hit the URL directly.
2
3 I'm trying the following:
4
5 $ curl -Li https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/latest-stage3-amd64-hardened+nomultilib.txt
6 HTTP/1.1 302 Found
7 Date: Mon, 30 Nov 2020 13:55:06 GMT
8 Server: Apache
9 X-Powered-By: PHP/7.3.23
10 Location: https://mirror.init7.net/gentoo//releases/amd64/autobuilds/latest-stage3-amd64-hardened nomultilib.txt
11 Content-Length: 0
12 Content-Type: text/html; charset=UTF-8
13
14 HTTP/1.1 404 Not Found
15 Server: nginx/1.14.2
16 Date: Mon, 30 Nov 2020 13:55:07 GMT
17 Content-Type: text/html
18 Content-Length: 169
19 Connection: keep-alive
20
21 Clicking on the hardened no multilib on the download page also fails: https://www.gentoo.org/downloads/
22
23 Was there an update pushed recently to bounder.gentoo.org?
24
25 --
26 Raul E Rangel

Replies

Subject Author
Re: [gentoo-dev] bouncer.gentoo.org mangling URLs "Robin H. Johnson" <robbat2@g.o>