You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/04 14:17:31 UTC

[commons-fileupload] branch master updated: Use HTTPS links to Apache.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new b1601f9  Use HTTPS links to Apache.
b1601f9 is described below

commit b1601f9b3c70e777d8edab78b7d18841744323c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 4 10:17:27 2019 -0400

    Use HTTPS links to Apache.
---
 RELEASE-NOTES.txt                                                 | 8 ++++----
 pom.xml                                                           | 2 +-
 src/changes/changes.xml                                           | 4 ++--
 .../java/org/apache/commons/fileupload2/disk/package-info.java    | 2 +-
 src/main/java/org/apache/commons/fileupload2/package-info.java    | 2 +-
 .../java/org/apache/commons/fileupload2/portlet/package-info.java | 2 +-
 .../java/org/apache/commons/fileupload2/servlet/package-info.java | 2 +-
 src/site/xdoc/index.xml                                           | 2 +-
 src/site/xdoc/mail-lists.xml                                      | 2 +-
 src/site/xdoc/security-reports.xml                                | 2 +-
 10 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3d7495e..e3748ff 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -39,7 +39,7 @@ o FILEUPLOAD-243:  Make some MultipartStream private fields final Thanks to Vill
 For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons FileUpload website:
 
-http://commons.apache.org/proper/commons-fileupload/
+https://commons.apache.org/proper/commons-fileupload/
 
 ------------------------------------------------------------------------------
 
@@ -61,7 +61,7 @@ o FILEUPLOAD-279:  DiskFileItem can no longer be deserialized, unless a particul
 For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons FileUpload website:
 
-http://commons.apache.org/proper/commons-fileupload/
+https://commons.apache.org/proper/commons-fileupload/
 
 ------------------------------------------------------------------------------
 
@@ -75,7 +75,7 @@ o FILEUPLOAD-272:  Performance Improvement in MultipartStream. Prevents a DoS (C
 For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons FileUpload website:
 
-http://commons.apache.org/proper/commons-fileupload/
+https://commons.apache.org/proper/commons-fileupload/
 
 ------------------------------------------------------------------------------
 
@@ -111,5 +111,5 @@ o                  Correct example in usage documentation so it compiles.
 For complete information on Apache Commons FileUpload, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons FileUpload website:
 
-http://commons.apache.org/proper/commons-fileupload/
+https://commons.apache.org/proper/commons-fileupload/
 
diff --git a/pom.xml b/pom.xml
index f5c2847..1d94e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
     file upload functionality to servlets and web applications.
   </description>
-  <url>http://commons.apache.org/proper/commons-fileupload/</url>
+  <url>https://commons.apache.org/proper/commons-fileupload/</url>
   <inceptionYear>2002</inceptionYear>
 
   <developers>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c077f4..805c7a6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -155,10 +155,10 @@ fix as well as a small number of bugfixes." date="2014-02-07">
         commons-io dependency does not get loaded by maven if only dependency to commons-fileupload is specified
       </action>
       <action issue="FILEUPLOAD-185" dev="simonetripodi" type="fix" due-to="Sebb">
-        http://commons.apache.org/fileupload/index.html is out of date
+        https://commons.apache.org/fileupload/index.html is out of date
       </action>
       <action issue="FILEUPLOAD-186" dev="simonetripodi" type="fix" due-to="Sebb">
-        http://commons.apache.org/fileupload/index.html should not mention nightly builds
+        https://commons.apache.org/fileupload/index.html should not mention nightly builds
       </action>
       <action issue="FILEUPLOAD-189" dev="simonetripodi" type="fix" due-to="Gregor K">
         DiskFileItemFactory use of FileCleaningTracker is documented or coded wrong - proposal submitted by Jan Novotný
diff --git a/src/main/java/org/apache/commons/fileupload2/disk/package-info.java b/src/main/java/org/apache/commons/fileupload2/disk/package-info.java
index b00ca03..f4b5cff 100644
--- a/src/main/java/org/apache/commons/fileupload2/disk/package-info.java
+++ b/src/main/java/org/apache/commons/fileupload2/disk/package-info.java
@@ -47,7 +47,7 @@
  * </pre>
  *    <p>
  *      Please see the FileUpload
- *      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
+ *      <a href="https://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
  *      for further details and examples of how to use this package.
  *    </p>
  */
diff --git a/src/main/java/org/apache/commons/fileupload2/package-info.java b/src/main/java/org/apache/commons/fileupload2/package-info.java
index f1b85ca..4866753 100644
--- a/src/main/java/org/apache/commons/fileupload2/package-info.java
+++ b/src/main/java/org/apache/commons/fileupload2/package-info.java
@@ -78,7 +78,7 @@
  * </p>
  * <p>
  * Please see the FileUpload
- * <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
+ * <a href="https://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
  * for further details and examples of how to use this package.
  * </p>
  */
diff --git a/src/main/java/org/apache/commons/fileupload2/portlet/package-info.java b/src/main/java/org/apache/commons/fileupload2/portlet/package-info.java
index b1e9563..773f62b 100644
--- a/src/main/java/org/apache/commons/fileupload2/portlet/package-info.java
+++ b/src/main/java/org/apache/commons/fileupload2/portlet/package-info.java
@@ -38,7 +38,7 @@
  * </pre>
  *    <p>
  *      Please see the FileUpload
- *      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
+ *      <a href="https://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
  *      for further details and examples of how to use this package.
  *    </p>
  */
diff --git a/src/main/java/org/apache/commons/fileupload2/servlet/package-info.java b/src/main/java/org/apache/commons/fileupload2/servlet/package-info.java
index 8250b35..ac0d885 100644
--- a/src/main/java/org/apache/commons/fileupload2/servlet/package-info.java
+++ b/src/main/java/org/apache/commons/fileupload2/servlet/package-info.java
@@ -38,7 +38,7 @@
  * </pre>
  *    <p>
  *      Please see the FileUpload
- *      <a href="http://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
+ *      <a href="https://commons.apache.org/fileupload/using.html" target="_top">User Guide</a>
  *      for further details and examples of how to use this package.
  *    </p>
  */
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 2b17343..64d1f7c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -72,7 +72,7 @@
         <p><strong>FileUpload 1.4</strong> - 23 December 2018</p>
         <ul>
           <li>Download the binary and source distributions from a mirror site
-            <a href="http://commons.apache.org/fileupload/download_fileupload.cgi">here</a>
+            <a href="https://commons.apache.org/fileupload/download_fileupload.cgi">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.3.3</strong> - 13 June 2017</p>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 36372ed..919d74b 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">Commons FileUpload</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:
diff --git a/src/site/xdoc/security-reports.xml b/src/site/xdoc/security-reports.xml
index 558410a..283456f 100644
--- a/src/site/xdoc/security-reports.xml
+++ b/src/site/xdoc/security-reports.xml
@@ -49,7 +49,7 @@
 
         <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 Apache Commons project</a>.</p>
 
         <subsection name="Notes on Apache Commons FileUpload 1.3.3">