You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2018/06/22 07:18:44 UTC

svn commit: r1834077 [2/3] - in /tomcat/tc8.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org/apache/catalina/manager/ java/org/apache/catalina/r...

Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri Jun 22 07:18:43 2018
@@ -36,7 +36,7 @@
 <section name="Introduction">
 
   <p>The <strong>JDBC Connection Pool <code>org.apache.tomcat.jdbc.pool</code></strong>
-  is a replacement or an alternative to the <a href="http://commons.apache.org/dbcp/">Apache Commons DBCP</a>
+  is a replacement or an alternative to the <a href="https://commons.apache.org/dbcp/">Apache Commons DBCP</a>
   connection pool.</p>
 
   <p>So why do we need a new connection pool?</p>
@@ -752,7 +752,7 @@
 </section>
 
 <section name="Code Example">
-  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="http://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
+  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
   <subsection name="Plain Ol' Java">
     <p>Here is a simple example of how to create and use a data source.</p>
 <source><![CDATA[  import java.sql.Connection;
@@ -959,7 +959,7 @@
 
 <section name="Building">
   <p>We build the JDBC pool code with 1.6, but it is backwards compatible down to 1.5 for runtime environment. For unit test, we use 1.6 and higher</p>
-  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="http://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
+  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-8.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
   <subsection name="Building from source">
     <p>Building is pretty simple. The pool has a dependency on <code>tomcat-juli.jar</code> and in case you want the <code>SlowQueryReportJmx</code></p>
 <source><![CDATA[  javac -classpath tomcat-juli.jar \
@@ -968,7 +968,7 @@
         org/apache/tomcat/jdbc/pool/interceptor/*.java \
         org/apache/tomcat/jdbc/pool/jmx/*.java]]></source>
     <p>
-       A build file can be found in the Tomcat <a href="http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/">source repository</a>.
+       A build file can be found in the Tomcat <a href="https://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/">source repository</a>.
     </p>
     <p>
       As a convenience, a build file is also included where a simple build command will generate all files needed.

Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/package.xsl
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/package.xsl?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/package.xsl (original)
+++ tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/package.xsl Fri Jun 22 07:18:43 2018
@@ -36,8 +36,8 @@
   <xsl:param    name="relative-path"    select="'.'"/>
   <xsl:param    name="void-image"       select="'/images/void.gif'"/>
   <xsl:param    name="standalone"       select="''"/>
-  <xsl:param    name="buglink"          select="'http://bz.apache.org/bugzilla/show_bug.cgi?id='"/>
-  <xsl:param    name="revlink"          select="'http://svn.apache.org/viewvc?view=rev&amp;rev='"/>
+  <xsl:param    name="buglink"          select="'https://bz.apache.org/bugzilla/show_bug.cgi?id='"/>
+  <xsl:param    name="revlink"          select="'https://svn.apache.org/viewvc?view=rev&amp;rev='"/>
 
   <!-- Defined variables (non-overrideable) -->
   <xsl:variable name="body-bg"          select="'#ffffff'"/>

Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/modules/jdbc-pool/pom.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/modules/jdbc-pool/pom.xml (original)
+++ tomcat/tc8.0.x/trunk/modules/jdbc-pool/pom.xml Fri Jun 22 07:18:43 2018
@@ -32,7 +32,7 @@
   <packaging>jar</packaging>
 
   <name>jdbc-pool</name>
-  <url>http://people.apache.org/~fhanik/jdbc-pool/</url>
+  <url>https://people.apache.org/~fhanik/jdbc-pool/</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -56,7 +56,7 @@
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool</developerConnection>
-    <url>http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool</url>
+    <url>https://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool</url>
   </scm>
 
   <dependencies>

Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java (original)
+++ tomcat/tc8.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java Fri Jun 22 07:18:43 2018
@@ -42,7 +42,7 @@ import org.apache.juli.logging.LogFactor
  * <code>BasicDataSource</code> bean properties.</p>
  * <br>
  * Properties available for configuration:<br>
- * <a href="http://commons.apache.org/dbcp/configuration.html">Commons DBCP properties</a><br>
+ * <a href="https://commons.apache.org/dbcp/configuration.html">Commons DBCP properties</a><br>
  *<ol>
  *  <li>initSQL - A query that gets executed once, right after the connection is established.</li>
  *  <li>testOnConnect - run validationQuery after connection has been established.</li>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-annotations-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-annotations-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-annotations-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-annotations-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-annotations-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Annotations Package</description>
-    <url>http://tomcat.apache.org/</url>
+    <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Definition of interfaces shared by Catalina and Jasper</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ant.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ant.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ant.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ant.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-catalina-ant</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Ant tasks for remote management</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ha.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ha.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ha.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ha.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-catalina-ha</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat High Availability Implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-jmx-remote.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-jmx-remote.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-jmx-remote.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-jmx-remote.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-catalina-jmx-remote</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Remote JMX listener</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ws.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ws.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ws.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina-ws.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-catalina-ws</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat JNDI Factory for Web Services</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-catalina.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-catalina</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-coyote.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-coyote.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-coyote.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-coyote.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-coyote</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Connectors and HTTP parser</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-dbcp.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-dbcp.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-dbcp.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-dbcp.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-dbcp</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Database Connection Pooling package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-el-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-el-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-el-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-el-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-el-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Expression language package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-core.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-core.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-core.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-core.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-embed-core</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-el.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-el.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-el.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-el.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-embed-el</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-jasper.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-jasper.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-embed-jasper</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-websocket.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-websocket.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-websocket.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-embed-websocket.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-embed-websocket</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-es.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-es.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-es.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-es.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-i18n-es</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Spanish translations</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-fr.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-fr.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-fr.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-fr.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-i18n-fr</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>French translations</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-ja.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-ja.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-ja.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-i18n-ja.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-i18n-ja</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Japanese translations</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper-el.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper-el.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper-el.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper-el.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-jasper-el</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Jasper Expression Language Impl</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jasper.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-jasper</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcats JSP Parser</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jdbc.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jdbc.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-jdbc.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jdbc.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-jdbc</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat JDBC Pool Package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jni.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jni.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-jni.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jni.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-jni</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Interface code to the native connector</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-jsp-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-jsp-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-jsp-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-jsp-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-jsp-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>JSP package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-juli.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-juli.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-juli.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-juli.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Core Logging Package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-servlet-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-servlet-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-servlet-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-servlet-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-servlet-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>javax.servlet package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-storeconfig.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-storeconfig</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat storeconfig component</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-tribes.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-tribes.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-tribes.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-tribes.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-tribes</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Group Communication Package</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-util-scan.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-util-scan.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-util-scan.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-util-scan.pom Fri Jun 22 07:18:43 2018
@@ -24,7 +24,7 @@
     Common code shared by Catalina and Jasper for scanning JARS and processing
     XML descriptors
   </description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-util.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-util.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-util.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-util.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-util</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Common code shared by multiple Tomcat components</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket-api.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket-api.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket-api.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-websocket-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>WebSocket (JSR356) API</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat-websocket.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat-websocket</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat WebSocket (JSR356) implementation</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>

Modified: tomcat/tc8.0.x/trunk/res/maven/tomcat.pom
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/maven/tomcat.pom?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/maven/tomcat.pom (original)
+++ tomcat/tc8.0.x/trunk/res/maven/tomcat.pom Fri Jun 22 07:18:43 2018
@@ -21,7 +21,7 @@
   <artifactId>tomcat</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Binary distribution of Apache Tomcat</description>
-  <url>http://tomcat.apache.org/</url>
+  <url>https://tomcat.apache.org/</url>
   <packaging>pom</packaging>
   <licenses>
     <license>

Modified: tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt (original)
+++ tomcat/tc8.0.x/trunk/res/rat/rat-excludes.txt Fri Jun 22 07:18:43 2018
@@ -15,7 +15,7 @@
 
 
   This is excludes file for Apache RAT tool run by ASF Buildbot,
-  http://creadur.apache.org/rat/
+  https://creadur.apache.org/rat/
 
   The following files are excluded:
 

Modified: tomcat/tc8.0.x/trunk/res/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/tomcat.nsi?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/tomcat.nsi (original)
+++ tomcat/tc8.0.x/trunk/res/tomcat.nsi Fri Jun 22 07:18:43 2018
@@ -219,11 +219,11 @@ Section "Core" SecTomcatCore
   FileSeek $ServiceInstallLog 0 END
 
   InstallRetry:
-  FileWrite $ServiceInstallLog '"$INSTDIR\bin\$TomcatServiceFileName" //IS//$TomcatServiceName --DisplayName "Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" --Description "Apache Tomcat @VERSION@ Server - http://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\$TomcatServiceFileName" --Jvm "$JvmDll" --StartPath "$INSTDIR" --StopPath "$INSTDIR"'
+  FileWrite $ServiceInstallLog '"$INSTDIR\bin\$TomcatServiceFileName" //IS//$TomcatServiceName --DisplayName "Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" --Description "Apache Tomcat @VERSION@ Server - https://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\$TomcatServiceFileName" --Jvm "$JvmDll" --StartPath "$INSTDIR" --StopPath "$INSTDIR"'
   FileWrite $ServiceInstallLog "$\r$\n"
   ClearErrors
   DetailPrint "Installing $TomcatServiceName service"
-  nsExec::ExecToStack '"$INSTDIR\bin\$TomcatServiceFileName" //IS//$TomcatServiceName --DisplayName "Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" --Description "Apache Tomcat @VERSION@ Server - http://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\$TomcatServiceFileName" --Jvm "$JvmDll" --StartPath "$INSTDIR" --StopPath "$INSTDIR"'
+  nsExec::ExecToStack '"$INSTDIR\bin\$TomcatServiceFileName" //IS//$TomcatServiceName --DisplayName "Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" --Description "Apache Tomcat @VERSION@ Server - https://tomcat.apache.org/" --LogPath "$INSTDIR\logs" --Install "$INSTDIR\bin\$TomcatServiceFileName" --Jvm "$JvmDll" --StartPath "$INSTDIR" --StopPath "$INSTDIR"'
   Pop $0
   Pop $1
   StrCmp $0 "0" InstallOk
@@ -1121,7 +1121,7 @@ Function createShortcuts
   SetOutPath "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName"
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName\Tomcat Home Page.lnk" \
-                 "http://tomcat.apache.org/"
+                 "https://tomcat.apache.org/"
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName\Welcome.lnk" \
                  "http://127.0.0.1:$TomcatPortHttp/"

Modified: tomcat/tc8.0.x/trunk/res/welcome.bin.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/welcome.bin.html?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/welcome.bin.html (original)
+++ tomcat/tc8.0.x/trunk/res/welcome.bin.html Fri Jun 22 07:18:43 2018
@@ -31,7 +31,7 @@ dd { margin-top: 0.2em; margin-bottom: 0
 <ul>
 <li><a href="../RELEASE-NOTES">Release notes</a>, with important information
 about known issues</li>
-<li><a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
+<li><a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
 </ul>
 
 <p><b>NOTE: The tar files in this distribution use GNU tar extensions,
@@ -66,7 +66,7 @@ RELEASE-NOTES and the RUNNING.txt file i
     x64 Windows platforms.</dd>
   <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt>
     <dd>The standalone
-    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html">
+    <a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html">
     Tomcat Web Application Deployer</a>.</dd>
   <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt>
     <dd>The Tomcat documentation bundle, including complete javadocs.</dd>
@@ -79,23 +79,23 @@ RELEASE-NOTES and the RUNNING.txt file i
     logging documentation</a> for more information.</dd>
   <dt>catalina-ws.jar</dt>
     <dd>Web Services support (JSR 109). See the <a
-    href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">
+    href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">
     extras documentation</a> for more information.</dd>
   <dt>catalina-jmx-remote.jar</dt>
     <dd>JMX Remote Lifecycle Listener. See the <a
-    href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html">
+    href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html">
     listeners documentation</a> for details.</dd>
 </dl></dd>
 <dt><b>src/</b></dt>
 <dd><dl>
   <dt>apache-tomcat-[version].zip or .tar.gz</dt>
     <dd>The source code. See
-    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
+    <a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
 </dl></dd>
 </dl>
 
-<p>Thank you for using <a href="http://tomcat.apache.org/">Tomcat</a>!.
+<p>Thank you for using <a href="https://tomcat.apache.org/">Tomcat</a>!.
 </p>
 <p><b>The Apache Tomcat Project</b> <br /><a
-href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p>
+href="https://tomcat.apache.org/">https://tomcat.apache.org/</a></p>
 </body></html>

Modified: tomcat/tc8.0.x/trunk/res/welcome.main.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/res/welcome.main.html?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/res/welcome.main.html (original)
+++ tomcat/tc8.0.x/trunk/res/welcome.main.html Fri Jun 22 07:18:43 2018
@@ -31,7 +31,7 @@ dd { margin-top: 0.2em; margin-bottom: 0
 <ul>
 <li><a href="RELEASE-NOTES">Release notes</a>, with important information
 about known issues</li>
-<li><a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
+<li><a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/changelog.html">Changelog</a></li>
 </ul>
 
 <p><b>NOTE: The tar files in this distribution use GNU tar extensions,
@@ -66,7 +66,7 @@ RELEASE-NOTES and the RUNNING.txt file i
     x64 Windows platforms.</dd>
   <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt>
     <dd>The standalone
-    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html">
+    <a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html">
     Tomcat Web Application Deployer</a>.</dd>
   <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt>
     <dd>The Tomcat documentation bundle, including complete javadocs.</dd>
@@ -79,23 +79,23 @@ RELEASE-NOTES and the RUNNING.txt file i
     logging documentation</a> for more information.</dd>
   <dt>catalina-ws.jar</dt>
     <dd>Web Services support (JSR 109). See the <a
-    href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">
+    href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">
     extras documentation</a> for more information.</dd>
   <dt>catalina-jmx-remote.jar</dt>
     <dd>JMX Remote Lifecycle Listener. See the <a
-    href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html">
+    href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html">
     listeners documentation</a> for details.</dd>
 </dl></dd>
 <dt><b>src/</b></dt>
 <dd><dl>
   <dt>apache-tomcat-[version].zip or .tar.gz</dt>
     <dd>The source code. See
-    <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
+    <a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/building.html">building instructions</a>.</dd>
 </dl></dd>
 </dl>
 
-<p>Thank you for using <a href="http://tomcat.apache.org/">Tomcat</a>!.
+<p>Thank you for using <a href="https://tomcat.apache.org/">Tomcat</a>!.
 </p>
 <p><b>The Apache Tomcat Project</b> <br /><a
-href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p>
+href="https://tomcat.apache.org/">https://tomcat.apache.org/</a></p>
 </body></html>

Modified: tomcat/tc8.0.x/trunk/webapps/ROOT/index.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/ROOT/index.jsp?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/tc8.0.x/trunk/webapps/ROOT/index.jsp Fri Jun 22 07:18:43 2018
@@ -18,7 +18,7 @@ limitations under the License.
 <%
 java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy");
 request.setAttribute("year", sdf.format(new java.util.Date()));
-request.setAttribute("tomcatUrl", "http://tomcat.apache.org/");
+request.setAttribute("tomcatUrl", "https://tomcat.apache.org/");
 request.setAttribute("tomcatDocUrl", "/docs/");
 request.setAttribute("tomcatExamplesUrl", "/examples/");
 %>
@@ -39,7 +39,7 @@ request.setAttribute("tomcatExamplesUrl"
                 <span id="nav-hosts"><a href="${tomcatDocUrl}">Documentation</a></span>
                 <span id="nav-config"><a href="${tomcatDocUrl}config/">Configuration</a></span>
                 <span id="nav-examples"><a href="${tomcatExamplesUrl}">Examples</a></span>
-                <span id="nav-wiki"><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
+                <span id="nav-wiki"><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></span>
                 <span id="nav-lists"><a href="${tomcatUrl}lists.html">Mailing Lists</a></span>
                 <span id="nav-help"><a href="${tomcatUrl}findhelp.html">Find Help</a></span>
                 <br class="separator" />
@@ -97,8 +97,8 @@ request.setAttribute("tomcatExamplesUrl"
                 </div>
                 <div class="col25">
                     <div class="container">
-                        <p><a href="http://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
-                        <p><a href="http://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
+                        <p><a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specifications</a></p>
+                        <p><a href="https://wiki.apache.org/tomcat/TomcatVersions">Tomcat Versions</a></p>
                     </div>
                 </div>
                 <br class="separator" />
@@ -124,14 +124,14 @@ request.setAttribute("tomcatExamplesUrl"
                         <h3>Documentation</h3>
                         <h4><a href="${tomcatDocUrl}">Tomcat @VERSION_MAJOR_MINOR@ Documentation</a></h4>
                         <h4><a href="${tomcatDocUrl}config/">Tomcat @VERSION_MAJOR_MINOR@ Configuration</a></h4>
-                        <h4><a href="http://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
+                        <h4><a href="https://wiki.apache.org/tomcat/FrontPage">Tomcat Wiki</a></h4>
                         <p>Find additional important configuration information in:</p>
                         <pre>$CATALINA_HOME/RUNNING.txt</pre>
                         <p>Developers may be interested in:</p>
                         <ul>
-                            <li><a href="http://tomcat.apache.org/bugreport.html">Tomcat @VERSION_MAJOR_MINOR@ Bug Database</a></li>
+                            <li><a href="https://tomcat.apache.org/bugreport.html">Tomcat @VERSION_MAJOR_MINOR@ Bug Database</a></li>
                             <li><a href="${tomcatDocUrl}api/index.html">Tomcat @VERSION_MAJOR_MINOR@ JavaDocs</a></li>
-                            <li><a href="http://svn.apache.org/repos/asf/tomcat/tc@VERSION_MAJOR_MINOR@.x/">Tomcat @VERSION_MAJOR_MINOR@ SVN Repository</a></li>
+                            <li><a href="https://svn.apache.org/repos/asf/tomcat/tc@VERSION_MAJOR_MINOR@.x/">Tomcat @VERSION_MAJOR_MINOR@ SVN Repository</a></li>
                         </ul>
                     </div>
                 </div>
@@ -188,7 +188,7 @@ request.setAttribute("tomcatExamplesUrl"
                             <li><a href="${tomcatUrl}getinvolved.html">Overview</a></li>
                             <li><a href="${tomcatUrl}svn.html">SVN Repositories</a></li>
                             <li><a href="${tomcatUrl}lists.html">Mailing Lists</a></li>
-                            <li><a href="http://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
+                            <li><a href="https://wiki.apache.org/tomcat/FrontPage">Wiki</a></li>
                         </ul>
                     </div>
                 </div>
@@ -198,8 +198,8 @@ request.setAttribute("tomcatExamplesUrl"
                         <ul>
                             <li><a href="${tomcatUrl}contact.html">Contact</a></li>
                             <li><a href="${tomcatUrl}legal.html">Legal</a></li>
-                            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                            <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                            <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
                         </ul>
                     </div>
                 </div>
@@ -209,7 +209,7 @@ request.setAttribute("tomcatExamplesUrl"
                         <ul>
                             <li><a href="${tomcatUrl}whoweare.html">Who We Are</a></li>
                             <li><a href="${tomcatUrl}heritage.html">Heritage</a></li>
-                            <li><a href="http://www.apache.org">Apache Home</a></li>
+                            <li><a href="https://www.apache.org">Apache Home</a></li>
                             <li><a href="${tomcatUrl}resources.html">Resources</a></li>
                         </ul>
                     </div>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/api/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/api/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/api/index.html (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/api/index.html Fri Jun 22 07:18:43 2018
@@ -27,7 +27,7 @@ Tomcat's internal javadoc is not install
 the "fulldocs" package to get it.
 
 You can also access the javadoc online in the Tomcat
-<a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/">
+<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/">
 documentation bundle</a>.
 
 </body>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/appdev/installation.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/appdev/installation.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/appdev/installation.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/appdev/installation.xml Fri Jun 22 07:18:43 2018
@@ -51,7 +51,7 @@ are available at
 <subsection name="Tomcat">
 
 <p>Binary downloads of the <strong>Tomcat</strong> server are available from
-<a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a>.
+<a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a>.
 This manual assumes you are using the most recent release
 of Tomcat <version-major/>.  Detailed instructions for downloading and installing
 Tomcat are available <a href="../setup.html">here</a>.</p>
@@ -68,7 +68,7 @@ own <code>CATALINA_BASE</code> configure
 <subsection name="Ant">
 
 <p>Binary downloads of the <strong>Ant</strong> build tool are available from
-<a href="http://ant.apache.org/">http://ant.apache.org/</a>.
+<a href="https://ant.apache.org/">https://ant.apache.org/</a>.
 This manual assumes you are using Ant 1.8 or later.  The instructions may
 also be compatible with other versions, but this has not been tested.</p>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/appdev/introduction.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/appdev/introduction.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/appdev/introduction.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/appdev/introduction.xml Fri Jun 22 07:18:43 2018
@@ -62,7 +62,7 @@ the details of your particular environme
 information, documentation, and software that is useful in developing
 web applications with Tomcat.</p>
 <ul>
-<li><p><a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html">http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html</a> -
+<li><p><a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html">https://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html</a> -
     <i>JavaServer Pages (JSP) Specification, Version 2.3</i>.  Describes
     the programming environment provided by standard implementations
     of the JavaServer Pages (JSP) technology.  In conjunction with

Modified: tomcat/tc8.0.x/trunk/webapps/docs/appdev/processes.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/appdev/processes.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/appdev/processes.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/appdev/processes.xml Fri Jun 22 07:18:43 2018
@@ -151,7 +151,7 @@ cvs commit]]></source>
 
 Note that this is only an example web.xml file.  The full definition
 of the deployment descriptor file is in the
-<a href="http://wiki.apache.org/tomcat/Specifications">Servlet Specification.</a>
+<a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification.</a>
 
 </subsection>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/appdev/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/appdev/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/appdev/project.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/appdev/project.xml Fri Jun 22 07:18:43 2018
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project name="Application Developer's Guide"
-        href="http://tomcat.apache.org/">
+        href="https://tomcat.apache.org/">
 
     <title>Application Developer's Guide</title>
 
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="App Dev Guide Home"    href="index.html"/>
-        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/appdev/source.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/appdev/source.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/appdev/source.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/appdev/source.xml Fri Jun 22 07:18:43 2018
@@ -85,7 +85,7 @@ is discussed below.  All of these compon
 <li><strong>web/WEB-INF/</strong> - The special configuration files required
     for your application, including the web application deployment descriptor
     (<code>web.xml</code>, defined in the
-    <a href="http://wiki.apache.org/tomcat/Specifications">Servlet Specification</a>),
+    <a href="https://wiki.apache.org/tomcat/Specifications">Servlet Specification</a>),
     tag library descriptors for custom tag libraries
     you have created, and other resource files you wish to include within
     your web application.  Even though this directory appears to be a

Modified: tomcat/tc8.0.x/trunk/webapps/docs/apr.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/apr.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/apr.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/apr.xml Fri Jun 22 07:18:43 2018
@@ -36,7 +36,7 @@
   <section name="Introduction">
 
   <p>
-      Tomcat can use the <a href="http://apr.apache.org/">Apache Portable Runtime</a> to
+      Tomcat can use the <a href="https://apr.apache.org/">Apache Portable Runtime</a> to
       provide superior scalability, performance, and better integration with native server
       technologies. The Apache Portable Runtime is a highly portable library that is at
       the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO
@@ -68,11 +68,11 @@
 
     <p>
       Windows binaries are provided for tcnative-1, which is a statically compiled .dll which includes
-      OpenSSL and APR. It can be downloaded from <a href="http://tomcat.apache.org/download-native.cgi">here</a>
+      OpenSSL and APR. It can be downloaded from <a href="https://tomcat.apache.org/download-native.cgi">here</a>
       as 32bit or AMD x86-64 binaries.
       In security conscious production environments, it is recommended to use separate shared dlls
       for OpenSSL, APR, and libtcnative-1, and update them as needed according to security bulletins.
-      Windows OpenSSL binaries are linked from the <a href="http://www.openssl.org">Official OpenSSL
+      Windows OpenSSL binaries are linked from the <a href="https://www.openssl.org">Official OpenSSL
       website</a> (see related/binaries).
     </p>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/architecture/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/architecture/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/architecture/project.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/architecture/project.xml Fri Jun 22 07:18:43 2018
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project name="Apache Tomcat 8 Architecture"
-        href="http://tomcat.apache.org/">
+        href="https://tomcat.apache.org/">
 
     <title>Apache Tomcat 8 Architecture</title>
 
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html" />
         <item name="Architecture Home"     href="index.html"/>
-        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/building.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/building.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/building.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/building.xml Fri Jun 22 07:18:43 2018
@@ -63,7 +63,7 @@ directory into which you installed the J
 
 <p>
 Download a binary distribution of Ant 1.9.5 or later from
-<a href="http://ant.apache.org/bindownload.cgi">here</a>.
+<a href="https://ant.apache.org/bindownload.cgi">here</a>.
 </p>
 
 <p>
@@ -87,11 +87,11 @@ available, which will be used to actuall
 
   <p>
   Tomcat SVN repository URL:
-  <a href="http://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/">http://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/</a>
+  <a href="https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/">https://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk/</a>
   </p>
   <p>
   Tomcat source packages:
-  <download>http://tomcat.apache.org/download-<version-major/>0.cgi</download>.
+  <download>https://tomcat.apache.org/download-<version-major/>0.cgi</download>.
   </p>
 
   <p>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/class-loader-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/class-loader-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/class-loader-howto.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/class-loader-howto.xml Fri Jun 22 07:18:43 2018
@@ -107,7 +107,7 @@ loaders as it is initialized:</p>
         <em>$CATALINA_HOME/bin</em>. It is useful in certain logging
         configurations</p></li>
     <li><p><em>$CATALINA_HOME/bin/commons-daemon.jar</em> &#8212; The classes
-        from <a href="http://commons.apache.org/daemon/">Apache Commons
+        from <a href="https://commons.apache.org/daemon/">Apache Commons
         Daemon</a> project.
         This JAR file is not present in the <code>CLASSPATH</code> built by
         <code>catalina.bat</code>|<code>.sh</code> scripts, but is referenced

Modified: tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml Fri Jun 22 07:18:43 2018
@@ -674,7 +674,7 @@ should be completed:</p>
 </section>
 
 <section name="FAQ">
-<p>Please see <a href="http://wiki.apache.org/tomcat/FAQ/Clustering">the clustering section of the FAQ</a>.</p>
+<p>Please see <a href="https://wiki.apache.org/tomcat/FAQ/Clustering">the clustering section of the FAQ</a>.</p>
 </section>
 
 </body>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/comments.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/comments.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/comments.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/comments.xml Fri Jun 22 07:18:43 2018
@@ -45,7 +45,7 @@ this service to the community as long as
 <p>The comments are not for general Q&amp;A.
 Comments should be pointed towards suggestions on improving the documentation
 or server. Questions on how to use Apache Tomcat should be directed
-to our <a href="http://tomcat.apache.org/lists.html">mailing lists</a>.</p>
+to our <a href="https://tomcat.apache.org/lists.html">mailing lists</a>.</p>
 
 <p>Comments may be removed by moderators if they are either
 implemented or considered invalid/off-topic.</p>
@@ -59,7 +59,7 @@ need approval by a moderator before the
 <section name="License">
 
 <p>Any submitted comments must be contributed under the terms of the
-<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 
 </section>
 
@@ -70,7 +70,7 @@ and may post comments with links in them
 by a moderator before the comments are shown. Being a verified user
 in itself does not give you moderating rights. If you are interested
 in becoming a verified user, please contact us on the
-<a href="http://tomcat.apache.org/lists.html#tomcat-users">users mailing list</a>.</p>
+<a href="https://tomcat.apache.org/lists.html#tomcat-users">users mailing list</a>.</p>
 
 <p>All ASF committers are automatically verified users.</p>
 
@@ -92,7 +92,7 @@ options attached to each comment.</p>
 
 <p>If you are a long time follower of the Apache Tomcat projects
 and you are interested in becoming a moderator, please contact us on the
-<a href="http://tomcat.apache.org/lists.html#tomcat-users">users mailing list</a>.</p>
+<a href="https://tomcat.apache.org/lists.html#tomcat-users">users mailing list</a>.</p>
 
 </section>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml Fri Jun 22 07:18:43 2018
@@ -51,11 +51,11 @@
   <p>The native connectors supported with this Tomcat release are:</p>
     <ul>
       <li>JK 1.2.x with any of the supported servers. See
-      <a href="http://tomcat.apache.org/connectors-doc/">the JK docs</a>
+      <a href="https://tomcat.apache.org/connectors-doc/">the JK docs</a>
       for details.</li>
       <li>mod_proxy on Apache httpd 2.x (included by default in Apache HTTP
       Server 2.2), with AJP enabled: see
-      <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html">the
+      <a href="https://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html">the
       httpd docs</a> for details.</li>
     </ul>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/context.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/context.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/context.xml Fri Jun 22 07:18:43 2018
@@ -50,7 +50,7 @@
   unpacked contents, as described in the Servlet Specification (version
   2.2 or later).  For more information about web application archives,
   you can download the
-  <a href="http://wiki.apache.org/tomcat/Specifications">Servlet
+  <a href="https://wiki.apache.org/tomcat/Specifications">Servlet
   Specification</a>, and review the Tomcat
   <a href="../appdev/index.html">Application Developer's Guide</a>.</p>
 
@@ -706,7 +706,7 @@
 
         <p>Please note that setting this to <code>true</code> has some side
         effects, including the disabling of JSP reloading in a running server:
-        see <a href="http://bz.apache.org/bugzilla/show_bug.cgi?id=37668">
+        see <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=37668">
         Bugzilla 37668</a>.</p>
 
         <p>Please note that setting this flag to true in applications that are
@@ -1316,7 +1316,7 @@
     <p>Shared Data Source Example:</p>
     <p><strong>Warning:</strong> This feature works only if the global DataSource
 supports <code>getConnection(username, password)</code> method.
-<a href="http://commons.apache.org/dbcp/">Apache Commons DBCP</a> pool that
+<a href="https://commons.apache.org/dbcp/">Apache Commons DBCP</a> pool that
 Tomcat uses by default does not support it. See its Javadoc for
 <code>BasicDataSource</code> class.
 <a href="../jdbc-pool.html">Apache Tomcat JDBC pool</a> does support it,

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/filter.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/filter.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/filter.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/filter.xml Fri Jun 22 07:18:43 2018
@@ -99,7 +99,7 @@
 <section name="CORS Filter">
   <subsection name="Introduction">
     <p>This filter is an implementation of W3C's CORS (Cross-Origin Resource
-    Sharing) <a href="http://www.w3.org/TR/cors/">specification</a>, which is a
+    Sharing) <a href="https://www.w3.org/TR/cors/">specification</a>, which is a
     mechanism that enables cross-origin requests.</p>
     <p>The filter works by adding required <code>Access-Control-*</code> headers
     to HttpServletResponse object. The filter also protects against HTTP
@@ -125,11 +125,11 @@
     <p>The CORS Filter supports following initialisation parameters:</p>
     <attributes>
       <attribute name="cors.allowed.origins" required="false">
-        <p>A list of <a href="http://tools.ietf.org/html/rfc6454">origins</a>
+        <p>A list of <a href="https://tools.ietf.org/html/rfc6454">origins</a>
         that are allowed to access the resource. A <code>*</code> can be
         specified to enable access to resource from any origin. Otherwise, a
         whitelist of comma separated origins can be provided. Eg: <code>
-        http://www.w3.org, https://www.apache.org</code>.
+        https://www.w3.org, https://www.apache.org</code>.
         <strong>Defaults:</strong> The empty String. (No origin is allowed to
         access the resource).</p>
       </attribute>
@@ -471,7 +471,7 @@ HTTP/1.1 200 OK
 
     <p>
     ExpiresFilter is a Java Servlet API port of <a
-    href="http://httpd.apache.org/docs/2.2/mod/mod_expires.html">Apache
+    href="https://httpd.apache.org/docs/2.2/mod/mod_expires.html">Apache
     mod_expires</a>.
     This filter controls the setting of the <code>Expires</code> HTTP header and the
     <code>max-age</code> directive of the <code>Cache-Control</code> HTTP header in
@@ -488,9 +488,9 @@ HTTP/1.1 200 OK
     </p>
     <p>
     To modify <code>Cache-Control</code> directives other than <code>max-age</code> (see
-    <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9" >RFC
+    <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9" >RFC
     2616 section 14.9</a>), you can use other servlet filters or <a
-    href="http://httpd.apache.org/docs/2.2/mod/mod_headers.html" >Apache Httpd
+    href="https://httpd.apache.org/docs/2.2/mod/mod_headers.html" >Apache Httpd
     mod_headers</a> module.
     </p>
 
@@ -882,7 +882,7 @@ FINE: Request "/docs/config/manager.html
         <p>Will an HTTP Strict Transport Security (HSTS) header
         (<code>Strict-Transport-Security</code>) be set on the response for
         secure requests. Any HSTS header already present will be replaced. See
-        <a href="http://tools.ietf.org/html/rfc6797">RFC 6797</a> for further
+        <a href="https://tools.ietf.org/html/rfc6797">RFC 6797</a> for further
         details of HSTS. If not specified, the default value of
         <code>true</code> will be used.</p>
       </attribute>
@@ -1106,7 +1106,7 @@ FINE: Request "/docs/config/manager.html
   <subsection name="Introduction">
 
     <p>Tomcat port of
-    <a href="http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html">mod_remoteip</a>,
+    <a href="https://httpd.apache.org/docs/trunk/mod/mod_remoteip.html">mod_remoteip</a>,
     this filter replaces the apparent client remote IP address and hostname for
     the request with the IP address list presented by a proxy or a load balancer
     via a request headers (e.g. &quot;X-Forwarded-For&quot;).</p>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/project.xml Fri Jun 22 07:18:43 2018
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project name="Apache Tomcat 8 Configuration Reference"
-        href="http://tomcat.apache.org/">
+        href="https://tomcat.apache.org/">
 
   <title>Apache Tomcat 8 Configuration Reference</title>
 
@@ -30,7 +30,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Config Ref. Home"      href="index.html"/>
-        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/realm.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/realm.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/realm.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/realm.xml Fri Jun 22 07:18:43 2018
@@ -925,7 +925,7 @@
 
     <p>JAASRealm is prototype for Tomcat of the JAAS-based J2EE authentication
     framework for J2EE v1.4, based on the <a
-    href="http://www.jcp.org/en/jsr/detail?id=196">JCP Specification Request
+    href="https://www.jcp.org/en/jsr/detail?id=196">JCP Specification Request
     196</a> to enhance container-managed security and promote 'pluggable'
     authentication mechanisms whose implementations would be
     container-independent.</p>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/server.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/server.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/server.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/server.xml Fri Jun 22 07:18:43 2018
@@ -68,7 +68,7 @@
       <p>The TCP/IP port number on which this server waits for a shutdown
       command. Set to <code>-1</code> to disable the shutdown port.</p>
       <p>Note: Disabling the shutdown port works well when Tomcat is started
-      using <a href="http://commons.apache.org/daemon/">Apache Commons Daemon</a>
+      using <a href="https://commons.apache.org/daemon/">Apache Commons Daemon</a>
       (running as a service on Windows or with jsvc on un*xes). It cannot be
       used when running Tomcat with the standard shell scripts though, as it
       will prevent shutdown.bat|.sh and catalina.bat|.sh from stopping it

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/systemprops.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/systemprops.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/systemprops.xml Fri Jun 22 07:18:43 2018
@@ -671,7 +671,7 @@
       <code>javax.sql.DataSource</code>. If not specified the default of
       <code>org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory</code> is used
       which is a package renamed (to avoid conflicts) copy of
-      <a href="http://commons.apache.org/dbcp">Apache Commons DBCP</a>.</p>
+      <a href="https://commons.apache.org/dbcp">Apache Commons DBCP</a>.</p>
     </property>
 
     <property name="javax.mail.Session.Factory">

Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/valve.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/valve.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/valve.xml Fri Jun 22 07:18:43 2018
@@ -299,7 +299,7 @@
     headers, cookies, session or request attributes and special
     timestamp formats.
     It is modeled after the
-    <a href="http://httpd.apache.org/">Apache HTTP Server</a> log configuration
+    <a href="https://httpd.apache.org/">Apache HTTP Server</a> log configuration
     syntax. Each of them can be used multiple times with different <code>xxx</code> keys:
     </p>
     <ul>
@@ -350,7 +350,7 @@
     <a href="#Proxies_Support">Proxies Support</a> and the
     <a href="../proxy-howto.html">Proxy How-To</a>. For reverse proxies that
     use mod_jk, see the <a
-    href="http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html">generic
+    href="https://tomcat.apache.org/connectors-doc/generic_howto/proxy.html">generic
     proxy</a> documentation. For other reverse proxies, consult their
     documentation.</p>
   </subsection>
@@ -369,7 +369,7 @@
     difference to the standard <code>AccessLogValve</code> is that
     <code>ExtendedAccessLogValve</code> creates log files which
     conform to the Working Draft for the
-    <a href="http://www.w3.org/TR/WD-logfile.html">Extended Log File Format</a>
+    <a href="https://www.w3.org/TR/WD-logfile.html">Extended Log File Format</a>
     defined by the W3C.</p>
 
   </subsection>
@@ -403,7 +403,7 @@
     <code>cs</code> for "client to server", <code>sc</code> for
     "server to client" or <code>x</code> for "application specific".
     Furthermore some tokens are completed by an additional selector.
-    See the <a href="http://www.w3.org/TR/WD-logfile.html">W3C specification</a>
+    See the <a href="https://www.w3.org/TR/WD-logfile.html">W3C specification</a>
     for more information about the format.</p>
 
     <p>The following format tokens are supported:</p>
@@ -706,7 +706,7 @@
   <subsection name="Introduction">
 
     <p>Tomcat port of
-    <a href="http://httpd.apache.org/docs/trunk/mod/mod_remoteip.html">mod_remoteip</a>,
+    <a href="https://httpd.apache.org/docs/trunk/mod/mod_remoteip.html">mod_remoteip</a>,
     this valve replaces the apparent client remote IP address and hostname for
     the request with the IP address list presented by a proxy or a load balancer
     via a request headers (e.g. &quot;X-Forwarded-For&quot;).</p>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/deployer-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/deployer-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/deployer-howto.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/deployer-howto.xml Fri Jun 22 07:18:43 2018
@@ -62,7 +62,7 @@
             There are a number of ways to perform deployment that rely on
             the Manager web application. Apache Tomcat provides tasks
             for Apache Ant build tool.
-            <a href="http://tomcat.apache.org/maven-plugin.html">Apache Tomcat Maven Plugin</a>
+            <a href="https://tomcat.apache.org/maven-plugin.html">Apache Tomcat Maven Plugin</a>
             project provides integration with Apache Maven.
             There is also a tool called the Client Deployer, which can be
             used from a command line and provides additional functionality

Modified: tomcat/tc8.0.x/trunk/webapps/docs/developers.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/developers.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/developers.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/developers.xml Fri Jun 22 07:18:43 2018
@@ -40,7 +40,7 @@
       tomcat-users mailing list instead, or one of the other support
       resources; some organizations and individual consultants also offer
       for pay Tomcat support, as listed on the
-      <a href="http://wiki.apache.org/tomcat/SupportAndTraining">support and
+      <a href="https://wiki.apache.org/tomcat/SupportAndTraining">support and
       training</a> page on the Tomcat Wiki).
     </p>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/elapi/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/elapi/index.html?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/elapi/index.html (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/elapi/index.html Fri Jun 22 07:18:43 2018
@@ -27,7 +27,7 @@ The EL Javadoc is not installed by defau
 the "fulldocs" package to get it.
 
 You can also access the javadoc online in the Tomcat
-<a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/">
+<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/">
 documentation bundle</a>.
 
 </body>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-admin-apps.xml Fri Jun 22 07:18:43 2018
@@ -180,12 +180,12 @@
     <ul>
     <li><a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">
         Java Standard Edition</a> (Version 1.2 or later)</li>
-    <li><a href="http://www.jcp.org/jsr/detail/154.jsp">Servlet 2.4</a>
+    <li><a href="https://www.jcp.org/jsr/detail/154.jsp">Servlet 2.4</a>
         (supported natively by Tomcat 5)</li>
-    <li><a href="http://www.jcp.org/jsr/detail/152.jsp">JavaServer Pages 2.0</a>
+    <li><a href="https://www.jcp.org/jsr/detail/152.jsp">JavaServer Pages 2.0</a>
         (supported natively by Tomcat 5)</li>
-    <li><a href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">JavaServer Pages Standard Tag Library 1.0 (Jakarta Taglibs-Standard 1.0.3)</a></li>
-    <li><a href="http://struts.apache.org/">Struts Framework</a>
+    <li><a href="https://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">JavaServer Pages Standard Tag Library 1.0 (Jakarta Taglibs-Standard 1.0.3)</a></li>
+    <li><a href="https://struts.apache.org/">Struts Framework</a>
         (Version 1.0) - MVC Framework for Web Applications</li>
     <li><strong>TO BE DETERMINED</strong> - Application for hosting SOAP
         based web services</li>

Modified: tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-default.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-default.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-default.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/fs-default.xml Fri Jun 22 07:18:43 2018
@@ -51,11 +51,11 @@
     <p>The following external specifications have provisions which
     partially define the correct behavior of the default servlet:</p>
     <ul>
-    <li><a href="http://jcp.org/aboutJava/communityprocess/final/jsr340/index.html">
+    <li><a href="https://jcp.org/aboutJava/communityprocess/final/jsr340/index.html">
         Servlet Specification</a> (Version 3.1)</li>
-    <li><a href="http://www.rfc-editor.org/rfc/rfc2046.txt">Multipurpose
+    <li><a href="https://www.rfc-editor.org/rfc/rfc2046.txt">Multipurpose
         Internet Mail Extensions (MIME) Part Two: Media Types</a></li>
-    <li><a href="http://www.rfc-editor.org/rfc/rfc2616.txt">Hypertext
+    <li><a href="https://www.rfc-editor.org/rfc/rfc2616.txt">Hypertext
         Transfer Protocol &#x2013; HTTP/1.1</a></li>
     </ul>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/project.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/project.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/funcspecs/project.xml Fri Jun 22 07:18:43 2018
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <project name="Catalina Functional Specifications"
-        href="http://tomcat.apache.org/">
+        href="https://tomcat.apache.org/">
 
     <title>Catalina Functional Specifications</title>
 
@@ -29,7 +29,7 @@
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
         <item name="Functional Specs"      href="index.html"/>
-        <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
+        <item name="FAQ"                   href="https://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>
 

Modified: tomcat/tc8.0.x/trunk/webapps/docs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/index.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/index.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/index.xml Fri Jun 22 07:18:43 2018
@@ -36,8 +36,8 @@
 <p>This is the top-level entry point of the documentation bundle for the
 <strong>Apache Tomcat</strong> Servlet/JSP container.  Apache Tomcat version
 <version-major-minor/> implements the Servlet 3.1 and JavaServer Pages 2.3
-<a href="http://wiki.apache.org/tomcat/Specifications">specifications</a> from the
-<a href="http://www.jcp.org">Java Community Process</a>, and includes many
+<a href="https://wiki.apache.org/tomcat/Specifications">specifications</a> from the
+<a href="https://www.jcp.org">Java Community Process</a>, and includes many
 additional features that make it a useful platform for developing and deploying
 web applications and web services.</p>
 
@@ -160,7 +160,7 @@ are responsible for installing, configur
     - Reference manual that documents all available elements and attributes
       that may be placed into the Apache Tomcat <code>conf/server.xml</code> file.
     </li>
-<li><a href="http://tomcat.apache.org/connectors-doc/index.html"><strong>JK Documentation</strong></a>
+<li><a href="https://tomcat.apache.org/connectors-doc/index.html"><strong>JK Documentation</strong></a>
     - Complete documentation and HOWTOs on the JK native webserver connector,
       used to interface Apache Tomcat with servers like Apache HTTPd, IIS
       and others.</li>
@@ -171,13 +171,13 @@ are responsible for installing, configur
     <strong>Javadoc</strong></a>
     </li>
 <li>JSP 2.3
-    <a href="http://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html">
+    <a href="https://jcp.org/aboutJava/communityprocess/mrel/jsr245/index2.html">
     <strong>Specification</strong></a> and
     <a href="http://docs.oracle.com/javaee/7/api/javax/servlet/jsp/package-summary.html">
     <strong>Javadoc</strong></a>
     </li>
 <li>EL 3.0
-    <a href="http://jcp.org/aboutJava/communityprocess/final/jsr341/index.html">
+    <a href="https://jcp.org/aboutJava/communityprocess/final/jsr341/index.html">
     <strong>Specification</strong></a> and
     <a href="http://docs.oracle.com/javaee/7/api/javax/el/package-summary.html">
     <strong>Javadoc</strong></a>
@@ -206,7 +206,7 @@ the development of the <em>Apache Tomcat
 <li><a href="changelog.html"><strong>Changelog</strong></a> - Details the
     changes made to Apache Tomcat.
     </li>
-<li><a href="http://wiki.apache.org/tomcat/TomcatVersions"><strong>Status</strong></a> -
+<li><a href="https://wiki.apache.org/tomcat/TomcatVersions"><strong>Status</strong></a> -
     Apache Tomcat development status.
     </li>
 <li><a href="developers.html"><strong>Developers</strong></a> - List of active

Modified: tomcat/tc8.0.x/trunk/webapps/docs/introduction.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/introduction.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/introduction.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/introduction.xml Fri Jun 22 07:18:43 2018
@@ -48,7 +48,7 @@ help.</p>
 
 <p>In the course of reading these documents, you will run across a number of
 terms; some specific to Tomcat, and others defined by the
-<a href="http://wiki.apache.org/tomcat/Specifications">Servlet and
+<a href="https://wiki.apache.org/tomcat/Specifications">Servlet and
 JSP specifications</a>.</p>
 
 <ul>
@@ -118,21 +118,21 @@ only to earlier versions.</p>
     to fully read the relevant documentation as it will save you much time
     and effort. There's nothing like scouring the web only to find out that
     the answer was right in front of you all along!</li>
-<li><a href="http://wiki.apache.org/tomcat/FAQ">Tomcat FAQ</a></li>
-<li><a href="http://wiki.apache.org/tomcat/">Tomcat WIKI</a></li>
+<li><a href="https://wiki.apache.org/tomcat/FAQ">Tomcat FAQ</a></li>
+<li><a href="https://wiki.apache.org/tomcat/">Tomcat WIKI</a></li>
 <li>Tomcat FAQ at <a href="http://www.jguru.com/faq/home.jsp?topic=Tomcat">jGuru</a></li>
 <li>Tomcat mailing list archives - numerous sites archive the Tomcat mailing
     lists. Since the links change over time, clicking here will search
-    <a href="http://www.google.com/search?q=tomcat+mailing+list+archives">Google</a>.
+    <a href="https://www.google.com/search?q=tomcat+mailing+list+archives">Google</a>.
     </li>
 <li>The TOMCAT-USER mailing list, which you can subscribe to
-    <a href="http://tomcat.apache.org/lists.html">here</a>. If you don't
+    <a href="https://tomcat.apache.org/lists.html">here</a>. If you don't
     get a reply, then there's a good chance that your question was probably
     answered in the list archives or one of the FAQs.  Although questions
     about web application development in general are sometimes asked and
     answered, please focus your questions on Tomcat-specific issues.</li>
 <li>The TOMCAT-DEV mailing list, which you can subscribe to
-    <a href="http://tomcat.apache.org/lists.html">here</a>.  This list is
+    <a href="https://tomcat.apache.org/lists.html">here</a>.  This list is
     <strong>reserved</strong> for discussions about the development of Tomcat
     itself.  Questions about Tomcat configuration, and the problems you run
     into while developing and running applications, will normally be more

Modified: tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml Fri Jun 22 07:18:43 2018
@@ -37,7 +37,7 @@
 <section name="Introduction">
 
 <p>Tomcat <version-major-minor/> uses the Jasper 2 JSP Engine to implement
-the <a href="http://wiki.apache.org/tomcat/Specifications">JavaServer Pages 2.3</a>
+the <a href="https://wiki.apache.org/tomcat/Specifications">JavaServer Pages 2.3</a>
 specification.</p>
 
 <p>Jasper 2 has been redesigned to significantly improve performance over
@@ -98,7 +98,7 @@ classpath is created dynamically based o
 <li><strong>compiler</strong> - Which compiler Ant should use to compile JSP
 pages. The valid values for this are the same as for the compiler attribute of
 Ant&apos;s
-<a href="http://ant.apache.org/manual/Tasks/javac.html#compilervalues">javac</a>
+<a href="https://ant.apache.org/manual/Tasks/javac.html#compilervalues">javac</a>
 task. If the value is not set, then the default Eclipse JDT Java compiler will
 be used instead of using Ant. There is no default value. If this attribute is
 set then <code>setenv.[sh|bat]</code> should be used to add

Modified: tomcat/tc8.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=1834077&r1=1834076&r2=1834077&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml Fri Jun 22 07:18:43 2018
@@ -56,7 +56,7 @@ Tomcat 7.x and Tomcat 8.x as they are us
 Apache Commons DBCP library.</b>  You will most likely need to modify older
 JNDI resource configurations to match the syntax in the example below in order
 to make them work in Tomcat <version-major/>.
-See <a href="http://tomcat.apache.org/migration.html">Tomcat Migration Guide</a>
+See <a href="https://tomcat.apache.org/migration.html">Tomcat Migration Guide</a>
 for details.
 </p>
 
@@ -113,7 +113,7 @@ a <code>ServletContextListener</code>.
 
 <p>The default database connection pool implementation in Apache Tomcat
 relies on the libraries from the
-<a href="http://commons.apache.org/">Apache Commons</a> project.
+<a href="https://commons.apache.org/">Apache Commons</a> project.
 The following libraries are used:
 </p>
 
@@ -133,7 +133,7 @@ packages have been renamed to avoid inte
 
 <subsection name="Installation">
 
-<p>See the <a href="http://commons.apache.org/dbcp/configuration.html">
+<p>See the <a href="https://commons.apache.org/dbcp/configuration.html">
 DBCP documentation</a> for a complete list of configuration parameters.
 </p>
 
@@ -172,7 +172,7 @@ removed and recycled, add one or both of
 <code>removeAbandonedOnMaintenance</code> has no effect unless pool
 maintenance is enabled by setting <code>timeBetweenEvictionRunsMillis</code>
 to a positive value.  See the
-<a href="http://commons.apache.org/dbcp/configuration.html">
+<a href="https://commons.apache.org/dbcp/configuration.html">
 DBCP documentation</a> for full documentation on these attributes.
 </p>
 
@@ -202,12 +202,12 @@ The default is <code>false</code>.
 <subsection name="MySQL DBCP Example">
 
 <h5>0. Introduction</h5>
-<p>Versions of <a href="http://www.mysql.com/products/mysql/index.html">MySQL</a> and JDBC
+<p>Versions of <a href="https://www.mysql.com/products/mysql/index.html">MySQL</a> and JDBC
 drivers that have been reported to work:
 </p>
 <ul>
 <li>MySQL 3.23.47, MySQL 3.23.47 using InnoDB,, MySQL 3.23.58,  MySQL 4.0.1alpha</li>
-<li><a href="http://www.mysql.com/products/connector-j">Connector/J</a> 3.0.11-stable (the official JDBC Driver)</li>
+<li><a href="https://www.mysql.com/products/connector-j">Connector/J</a> 3.0.11-stable (the official JDBC Driver)</li>
 <li><a href="http://mmmysql.sourceforge.net">mm.mysql</a> 2.0.14 (an old 3rd party JDBC Driver)</li>
 </ul>
 
@@ -333,7 +333,7 @@ select id, foo, bar from testdata
 <p>That JSP page makes use of
 <a href="http://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL</a>'s
 SQL and Core taglibs. You can get it from
-<a href="http://tomcat.apache.org/taglibs/standard/">Apache Tomcat Taglibs - Standard Tag Library</a>
+<a href="https://tomcat.apache.org/taglibs/standard/">Apache Tomcat Taglibs - Standard Tag Library</a>
 project &#x2014; just make sure you get a 1.1.x or later release. Once you have
 JSTL, copy <code>jstl.jar</code> and <code>standard.jar</code> to your web app's
 <code>WEB-INF/lib</code> directory.



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