From b1601f9b3c70e777d8edab78b7d18841744323c1 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 4 Jul 2019 10:17:27 -0400 Subject: [PATCH] Use HTTPS links to Apache. --- RELEASE-NOTES.txt | 8 ++++---- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- .../org/apache/commons/fileupload2/disk/package-info.java | 2 +- .../java/org/apache/commons/fileupload2/package-info.java | 2 +- .../apache/commons/fileupload2/portlet/package-info.java | 2 +- .../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 3d7495eb1..e3748ff50 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 f5c284765..1d94e890c 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. - http://commons.apache.org/proper/commons-fileupload/ + https://commons.apache.org/proper/commons-fileupload/ 2002 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4c077f43f..805c7a6e0 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 - http://commons.apache.org/fileupload/index.html is out of date + https://commons.apache.org/fileupload/index.html is out of date - http://commons.apache.org/fileupload/index.html should not mention nightly builds + https://commons.apache.org/fileupload/index.html should not mention nightly builds 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 b00ca035a..f4b5cff03 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 @@ * *

* Please see the FileUpload - * User Guide + * User Guide * for further details and examples of how to use this package. *

*/ 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 f1b85ca7f..486675345 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 @@ *

*

* Please see the FileUpload - * User Guide + * User Guide * for further details and examples of how to use this package. *

*/ 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 b1e9563bb..773f62b49 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 @@ * *

* Please see the FileUpload - * User Guide + * User Guide * for further details and examples of how to use this package. *

*/ 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 8250b356b..ac0d885c8 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 @@ * *

* Please see the FileUpload - * User Guide + * User Guide * for further details and examples of how to use this package. *

*/ diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 2b1734348..64d1f7c79 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -72,7 +72,7 @@

FileUpload 1.4 - 23 December 2018

  • Download the binary and source distributions from a mirror site - here + here

FileUpload 1.3.3 - 13 June 2017

diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 36372ed91..919d74b4b 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -49,7 +49,7 @@ limitations under the License.

Commons FileUpload shares mailing lists with all the other - Commons Components. + Commons Components. 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 558410a12..283456fed 100644 --- a/src/site/xdoc/security-reports.xml +++ b/src/site/xdoc/security-reports.xml @@ -49,7 +49,7 @@

For information about reporting or asking questions about security problems, please see the security page + href="https://commons.apache.org/security.html">security page of the Apache Commons project.