Author: rjung
Date: Sun Aug 12 11:21:32 2018
New Revision: 1837899

URL: http://svn.apache.org/viewvc?rev=1837899&view=rev
Log:
Use http URL in ASF closer script.

The script often redirects to http and the ant
get task doesn't follow https to http redirects
("Redirection detected from https to http.
Protocol switch unsafe, not allowed.").

Reverts small part of r1834075.

Backport of r1837895 from trunk.

Modified:
    tomcat/tc8.5.x/trunk/build.properties.default
    tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.5.x/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.properties.default?rev=1837899&r1=1837898&r2=1837899&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/build.properties.default (original)
+++ tomcat/tc8.5.x/trunk/build.properties.default Sun Aug 12 11:21:32 2018
@@ -89,7 +89,7 @@ compile.debug=true
 # Do not pass -deprecation (-Xlint:deprecation) flag to javac
 compile.deprecation=false
 
-base-apache.loc.1=https://www.apache.org/dyn/closer.lua?action=download&filename=
+base-apache.loc.1=http://www.apache.org/dyn/closer.lua?action=download&filename=
 base-apache.loc.2=https://archive.apache.org/dist
 base-commons.loc.1=${base-apache.loc.1}/commons
 base-commons.loc.2=${base-apache.loc.2}/commons

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1837899&r1=1837898&r2=1837899&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Sun Aug 12 11:21:32 2018
@@ -44,6 +44,17 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
+<section name="Tomcat 8.5.34 (markt)" rtext="in development">
+  <subsection name="Other">
+    <changelog>
+      <fix>
+        Switch the build script to use http for downloads from an ASF mirror
+        using the closer.lua script to avoid failures due to HTTPS to HTTP
+        redirects. (rjung)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 8.5.33 (markt)" rtext="release in progress">
   <subsection name="Catalina">
     <changelog>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to