These links work fine for me, even changing to the mentioned mirror the links work successfully
However I have fixed this up anyway in the index.mdtext which is the template that index.cgi uses to generate the page Rob On 27/01/2015 10:44, "Justas B" <[email protected]> wrote: >Clone URL (Committers only): >https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena. >apache.org/download%2Findex.cgi > >Justas B > >Index: trunk/content/download/index.cgi >=================================================================== >--- trunk/content/download/index.cgi (revision 1654920) >+++ trunk/content/download/index.cgi (working copy) >@@ -1,3 +1,19 @@ > #!/bin/sh > # Wrapper around the standard mirrors.cgi script >-exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* >\ No newline at end of file >+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $* >+ >+On the following page: >+https://jena.apache.org/download/index.cgi >+ >+The .tar.gz and .zip download links result in 404s. >+ >+The links contain a double "\\". Removing it fixes the problem. >+ >+On the page, see section: "Apache Jena" >+http://www.carfab.com/apachesoftware//jena/binaries/apache-jena-2.12.1.ta >r.gz >+ >+should be: >+ >+http://www.carfab.com/apachesoftware/jena/binaries/apache-jena-2.12.1.tar >.gz >+ >+Same for the .zip version. >\ No newline at end of file >
