-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
We're seeing intermittent 404 results served from repository.jboss.org. For example:
$ curl -I https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/camel-parent/2.23.2.fuse-790053/camel-parent-2.23.2.fuse-790053.pom
HTTP/1.1 404 Not Found
Date: Thu, 11 Nov 2021 12:00:04 GMT
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Accept-Ranges: bytes
Content-Type: text/html
Transfer-Encoding: chunked
Set-Cookie: repository.jboss.org=!+P1rPz54bxul/Mqv3mmSlpY6Vescdc5vUI8rRsbNWeZ+wmMWTzob3HzkPE4mg8twVeWx6pH3c0MsXfPbBWumunB8W66O40QY8dyI/K6mmKJj; path=/; Httponly; Secure
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000; includeSubDomains
And then one second later:
$ curl -I https://repository.jboss.org/nexus/content/groups/ea/org/apache/camel/camel-parent/2.23.2.fuse-790053/camel-parent-2.23.2.fuse-790053.pom HTTP/1.1 200 OK Date: Thu, 11 Nov 2021 12:00:09 GMT X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Accept-Ranges: bytes ETag: "\{SHA1{2473e803036447517ac90c023b3f682e71994793}}" Content-Type: application/xml Last-Modified: Fri, 23 Jul 2021 12:50:04 GMT Content-Length: 241818 Set-Cookie: repository.jboss.org=!GMGjOXAlpkSRNfHcltBv2H0YJ1Qhf4CzUjjiDXc8Iy1QHNAzawWIN2/z0WdCP+939fEwCwdE9+0ElaFEqSPv3cDsCArevIfzfDJvp2cux/VD; path=/; Httponly; Secure X-XSS-Protection: 1; mode=block Strict-Transport-Security: max-age=31536000; includeSubDomains
Perhaps one of the nodes is misbehaving?