You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/03/08 10:42:51 UTC

commons-compress git commit: use https links where possible

Repository: commons-compress
Updated Branches:
  refs/heads/master 67c2f681a -> 91b8432ea


use https links where possible


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/91b8432e
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/91b8432e
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/91b8432e

Branch: refs/heads/master
Commit: 91b8432eaf59365c7fae43bb9e7bb6679517dd1b
Parents: 67c2f68
Author: Stefan Bodewig <bo...@apache.org>
Authored: Thu Mar 8 11:42:12 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Thu Mar 8 11:42:12 2018 +0100

----------------------------------------------------------------------
 NOTICE.txt                          |  2 +-
 README.md                           |  4 ++--
 README.txt                          |  2 +-
 RELEASE-NOTES.txt                   |  4 ++--
 pom.xml                             |  6 +++---
 src/site/site.xml                   |  2 +-
 src/site/xdoc/download_compress.xml |  2 +-
 src/site/xdoc/examples.xml          |  4 ++--
 src/site/xdoc/index.xml             |  6 +++---
 src/site/xdoc/issue-tracking.xml    |  2 +-
 src/site/xdoc/limitations.xml       |  8 +++----
 src/site/xdoc/mail-lists.xml        | 36 ++++++++++++++++----------------
 src/site/xdoc/pack200.xml           |  2 +-
 src/site/xdoc/security-reports.xml  | 28 ++++++++++++-------------
 14 files changed, 54 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 68f91d9..3fbe821 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -2,7 +2,7 @@ Apache Commons Compress
 Copyright 2002-2018 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
 
 The files in the package org.apache.commons.compress.archivers.sevenz
 were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 786bd13..6010ec1 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+      https://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -46,7 +46,7 @@ Apache Commons Compress
 [![Build Status](https://travis-ci.org/apache/commons-compress.svg?branch=master)](https://travis-ci.org/apache/commons-compress)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-compress/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-compress)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+[![License](https://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 
 Apache Commons Compress software defines an API for working with
 compression and archive formats.  These include: bzip2, gzip, pack200,

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index b743b64..8a266a7 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Apache Commons Compress
 Commons Compress is a Java library for working with various
 compression and archiving formats.
 
-For full documentation see http://commons.apache.org/proper/commons-compress/
+For full documentation see https://commons.apache.org/proper/commons-compress/
 
 ## Apache Commons Compress was derived from various sources, including:
 

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4eeaaf0..bd48eb5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -467,7 +467,7 @@ For complete information on Apache Commons Compress, including instructions
 on how to submit bug reports, patches, or suggestions for improvement,
 see the Apache Commons Compress website:
 
-http://commons.apache.org/compress/
+https://commons.apache.org/compress/
 
 Old Release Notes
 =================
@@ -785,7 +785,7 @@ Release 1.4.1
 -------------
 
 This is a security bugfix release, see
-http://commons.apache.org/proper/commons-compress/security.html#Fixed_in_Apache_Commons_Compress_1.4.1
+https://commons.apache.org/proper/commons-compress/security.html#Fixed_in_Apache_Commons_Compress_1.4.1
 
 Fixed Bugs:
 

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6e37095..8d39cf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>commons-compress</artifactId>
   <version>1.17-SNAPSHOT</version>
   <name>Apache Commons Compress</name>
-  <url>http://commons.apache.org/proper/commons-compress/</url>
+  <url>https://commons.apache.org/proper/commons-compress/</url>
   <!-- The description is not indented to make it look better in the release notes -->
   <description>
 Apache Commons Compress software defines an API for working with
@@ -57,7 +57,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
   <issueManagement>
     <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/COMPRESS</url>
+    <url>https://issues.apache.org/jira/browse/COMPRESS</url>
   </issueManagement>
 
   <dependencies>
@@ -185,7 +185,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
   </contributors>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-compress.git</connection>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-compress.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-compress.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=commons-compress.git</url>
   </scm>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 195a662..f4ab505 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,7 +34,7 @@
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Download"    href="/download_compress.cgi"/>
       <item name="Security Reports"    href="/security-reports.html"/>
-      <item name="Wiki"        href="http://wiki.apache.org/commons/Compress"/>
+      <item name="Wiki"        href="https://wiki.apache.org/commons/Compress"/>
       <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
       <item name="Javadoc 1.16.1" href="javadocs/api-1.16.1/index.html"/>
       <item name="Javadoc 1.16" href="javadocs/api-1.16/index.html"/>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/download_compress.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download_compress.xml b/src/site/xdoc/download_compress.xml
index 291fecc..3757b1f 100644
--- a/src/site/xdoc/download_compress.xml
+++ b/src/site/xdoc/download_compress.xml
@@ -64,7 +64,7 @@ limitations under the License.
     <subsection name="Using a Mirror">
       <p>
         We recommend you use a mirror to download our release
-        builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
+        builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
         the downloaded files using signatures downloaded from our main
         distribution directories. Recent releases (48 hours) may not yet
         be available from all the mirrors.

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/examples.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml
index d3fd0d4..c7f10c8 100644
--- a/src/site/xdoc/examples.xml
+++ b/src/site/xdoc/examples.xml
@@ -658,7 +658,7 @@ in.close();
       <subsection name="XZ">
 
         <p>The implementation of this package is provided by the
-          public domain <a href="http://tukaani.org/xz/java.html">XZ
+          public domain <a href="https://tukaani.org/xz/java.html">XZ
           for Java</a> library.</p>
 
         <p>When you try to open an XZ stream for reading using
@@ -729,7 +729,7 @@ zIn.close();
       <subsection name="lzma">
 
         <p>The implementation of this package is provided by the
-          public domain <a href="http://tukaani.org/xz/java.html">XZ
+          public domain <a href="https://tukaani.org/xz/java.html">XZ
           for Java</a> library.</p>
 
         <p>Uncompressing a given lzma compressed file (you would

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 8c24524..511c897 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -93,7 +93,7 @@
             the <code>java.util.zip</code> package and Pack200 support
             by the <code>java.util.jar</code> package of the Java
             class library.  XZ and lzma support is provided by the public
-            domain <a href="http://tukaani.org/xz/java.html">XZ for
+            domain <a href="https://tukaani.org/xz/java.html">XZ for
             Java</a> library.  Brotli support is provided by the MIT
             licensed <a href="https://github.com/google/brotli">Google
             Brotli decoder</a>. Zstandard support is provided by the BSD
@@ -108,7 +108,7 @@
             1.16 support for the dump and arj formats is
             read-only - 7z can read most compressed and encrypted
             archives but only write unencrypted ones.  LZMA(2) support
-            in 7z requires <a href="http://tukaani.org/xz/java.html">XZ for
+            in 7z requires <a href="https://tukaani.org/xz/java.html">XZ for
             Java</a> as well.</p>
 
           <p>The compress component provides abstract base classes for
@@ -131,7 +131,7 @@
         </section>
         <section name="Releases">
           <p>
-            <a href="http://commons.apache.org/compress/download_compress.cgi">Download now!</a>
+            <a href="https://commons.apache.org/compress/download_compress.cgi">Download now!</a>
           </p>
         </section>
     </body>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/issue-tracking.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index ad86415..6389f92 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -86,7 +86,7 @@ limitations under the License.
 
       <p>
       For more information on subversion and creating patches see the
-      <a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
+      <a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
       </p>
 
       <p>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/limitations.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/limitations.xml b/src/site/xdoc/limitations.xml
index f9033d9..9fc45f6 100644
--- a/src/site/xdoc/limitations.xml
+++ b/src/site/xdoc/limitations.xml
@@ -28,7 +28,7 @@
      <section name="7Z">
        <ul>
          <li>the format requires the otherwise optional <a
-         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         href="https://tukaani.org/xz/java.html">XZ for Java</a>
          library.</li>
          <li>only <code>File</code>s are supported as input/output,
          not streams. Starting with Compress 1.13
@@ -48,7 +48,7 @@
          <li>Support for some BCJ filters and the DELTA filter has
          been added with Compress 1.8.  Because of a known bug in
          version 1.4 of the <a
-         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         href="https://tukaani.org/xz/java.html">XZ for Java</a>
          library, archives using BCJ filters will cause an
          <code>AssertionError</code> when read.  If you need support
          for BCJ filters you must use XZ for Java 1.5 or later.</li>
@@ -134,7 +134,7 @@
      <section name="LZMA">
        <ul>
          <li>the format requires the otherwise optional <a
-         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         href="https://tukaani.org/xz/java.html">XZ for Java</a>
          library.</li>
          <li>Commons Compress 1.12 and earlier only support reading
          the format</li>
@@ -162,7 +162,7 @@
      <section name="XZ">
        <ul>
          <li>the format requires the otherwise optional <a
-         href="http://tukaani.org/xz/java.html">XZ for Java</a>
+         href="https://tukaani.org/xz/java.html">XZ for Java</a>
          library.</li>
        </ul>
      </section>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/mail-lists.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 70a127a..6b0b1a5 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <section name="Overview">
       <p>
         <a href="index.html">Apache Commons Compress</a> shares mailing lists with all the other
-        <a href="http://commons.apache.org/components.html">Commons Components</a>.
+        <a href="https://commons.apache.org/components.html">Commons Components</a>.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example:
@@ -59,9 +59,9 @@ limitations under the License.
       </p>
       <p>
         Questions related to the usage of Apache Commons Compress should be posted to the
-        <a href="http://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.
+        <a href="https://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.
         <br />
-        The <a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Developer List</a>
+        The <a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">Developer List</a>
         is for questions and discussion related to the development of Apache Commons Compress.
         <br />
         Please do not cross-post; developers are also subscribed to the user list.
@@ -105,9 +105,9 @@ limitations under the License.
           <td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
           <td><a href="mailto:user@commons.apache.org?subject=[compress]">Post</a></td>
-          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
-          <td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
-              <a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
+          <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
+          <td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
+              <a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
               <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
           </td>
         </tr>
@@ -123,9 +123,9 @@ limitations under the License.
           <td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
           <td><a href="mailto:dev@commons.apache.org?subject=[compress]">Post</a></td>
-          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
-          <td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
-              <a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
+          <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
+          <td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
+              <a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
               <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
           </td>
         </tr>
@@ -141,9 +141,9 @@ limitations under the License.
           <td><a href="mailto:issues-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
-          <td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
-              <a href="http://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
+          <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
+          <td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
+              <a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
           </td>
         </tr>
 
@@ -158,9 +158,9 @@ limitations under the License.
           <td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
           <td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
-          <td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
-              <a href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
+          <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
+          <td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
+              <a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
           </td>
         </tr>
 
@@ -191,10 +191,10 @@ limitations under the License.
           <td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td>
           <td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
-          <td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
+          <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
+          <td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br />
               <a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
-              <a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
+              <a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
               <a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
           </td>
         </tr>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/pack200.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/pack200.xml b/src/site/xdoc/pack200.xml
index 2b154ae..79e252f 100644
--- a/src/site/xdoc/pack200.xml
+++ b/src/site/xdoc/pack200.xml
@@ -74,7 +74,7 @@
         to "normalize" JAR archives prior to packing them that ensures
         signatures applied to the "normalized" JAR will still be valid
         aftre a pack/unpack cycle - see <a
-        href="http://download.oracle.com/javase/7/docs/api/java/util/jar/Pack200.Packer.html">Pack200.Packer</a>'s
+        href="https://download.oracle.com/javase/7/docs/api/java/util/jar/Pack200.Packer.html">Pack200.Packer</a>'s
         javadocs.</p>
 
         <p>The <code>Pack200Utils</code> class in the

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/91b8432e/src/site/xdoc/security-reports.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/security-reports.xml b/src/site/xdoc/security-reports.xml
index 1106821..1d4014c 100644
--- a/src/site/xdoc/security-reports.xml
+++ b/src/site/xdoc/security-reports.xml
@@ -25,7 +25,7 @@
       <section name="General Information">
         <p>For information about reporting or asking questions about
         security problems, please see the <a
-        href="http://commons.apache.org/security.html">security page
+        href="https://commons.apache.org/security.html">security page
         of the Commons project</a>.</p>
       </section>
 
@@ -56,7 +56,7 @@
 
         <subsection name="Fixed in Apache Commons Compress 1.4.1">
           <p><b>Low: Denial of Service</b> <a
-          href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2098">CVE-2012-2098</a></p>
+          href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2098">CVE-2012-2098</a></p>
 
           <p>The bzip2 compressing streams in Apache Commons Compress
           internally use sorting algorithms with unacceptable
@@ -68,18 +68,18 @@
           service.</p>
 
           <p>This was fixed in revisions
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1332540">1332540</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1332552">1332552</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1333522">1333522</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1337444">1337444</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340715">1340715</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340723">1340723</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340757">1340757</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340786">1340786</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340787">1340787</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340790">1340790</a>,
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340795">1340795</a> and
-          <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=1340799">1340799</a>.</p>
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1332540">1332540</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1332552">1332552</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1333522">1333522</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1337444">1337444</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340715">1340715</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340723">1340723</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340757">1340757</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340786">1340786</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340787">1340787</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340790">1340790</a>,
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340795">1340795</a> and
+          <a href="https://svn.apache.org/viewvc?view=revision&amp;revision=1340799">1340799</a>.</p>
 
           <p>This was first reported to the Security Team on 12 April
           2012 and made public on 23 May 2012.</p>