Mailing List Archive

Problem with stale tomcat download pages
Tomcat download pages can show an old version, 9.0.46 instead of 9.0.48.

This affects both eu and us hosts.
See the following curl samples, taken one after another.

Something has gone wrong.
Sebb.

$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.48/bin/apache-tomcat-9.0.48-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.48/bin/apache-tomcat-9.0.48-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.us.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)


$ curl -s http://tomcat.eu.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.48/bin/apache-tomcat-9.0.48-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.eu.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.48/bin/apache-tomcat-9.0.48-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.eu.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.eu.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.48/bin/apache-tomcat-9.0.48-deployer.zip.sha512">sha512</a>)
$ curl -s http://tomcat.eu.apache.org/download-90.cgi | grep deployer.zip.sha512
<a href="https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46-deployer.zip.sha512">sha512</a>)
Re: Problem with stale tomcat download pages [ In reply to ]
Hi,

each server can contain different content, depend on the
maintainer.
So, LoadBalancer server's can point to different Pools.

Jens