Skip to content

Commit

Permalink
Use HTTPS links to Apache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Jul 4, 2019
1 parent 9542777 commit b1601f9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/

------------------------------------------------------------------------------

Expand All @@ -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/

------------------------------------------------------------------------------

Expand All @@ -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/

------------------------------------------------------------------------------

Expand Down Expand Up @@ -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/

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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ý
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/mail-lists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/security-reports.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit b1601f9

Please sign in to comment.