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.tar.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

Reply via email to