Skip to content

Commit ac1ca59

Browse files
committed
Use HTTPS in URL
1 parent d87ee13 commit ac1ca59

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Teln
464464
<id>dfs</id>
465465
<email>dfs@apache.org</email>
466466
<organization>
467-
&lt;a href="http://www.savarese.com/"&gt;Savarese Software Research&lt;/a&gt; </organization>
467+
&lt;a href="https://www.savarese.com/"&gt;Savarese Software Research&lt;/a&gt; </organization>
468468
</developer>
469469
<developer>
470470
<name>Rory Winston</name>

src/main/java/org/apache/commons/net/ftp/FTPClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ static Properties loadResourceProperties(final String systemTypeProperties) {
471471
/**
472472
* Parse the path from a CWD reply.
473473
* <p>
474-
* According to <a href="http://www.ietf.org/rfc/rfc959.txt">RFC959</a>, it should be the same as for MKD i.e.
474+
* According to <a href="https://www.ietf.org/rfc/rfc959.txt">RFC959</a>, it should be the same as for MKD i.e.
475475
* {@code 257<space>"<directory-name>"[<space>commentary]} where any double-quotes in {@code <directory-name>} are doubled. Unlike MKD, the commentary is
476476
* optional.
477477
* </p>
@@ -1409,7 +1409,7 @@ public boolean enterRemotePassiveMode() throws IOException {
14091409
S&gt; 211 END
14101410
* </pre>
14111411
*
1412-
* @see <a href="http://www.faqs.org/rfcs/rfc2389.html">http://www.faqs.org/rfcs/rfc2389.html</a>
1412+
* @see <a href="https://www.faqs.org/rfcs/rfc2389.html">http://www.faqs.org/rfcs/rfc2389.html</a>
14131413
* @return True if successfully completed, false if not.
14141414
* @throws IOException on error
14151415
* @since 2.2

src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public void setRecentDateFormatStr(final String recentDateFormatStr) {
528528
}
529529

530530
/**
531-
* Sets the serverLanguageCode property. This property allows user to specify a <a href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">
531+
* Sets the serverLanguageCode property. This property allows user to specify a <a href="https://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">
532532
* two-letter ISO-639 language code</a> that will be used to configure the set of month names used by the file timestamp parser. If neither this nor the
533533
* {@link #setShortMonthNames(String) shortMonthNames} is specified, parsing will assume English month names, which may or may not be significant, depending
534534
* on whether the date format(s) specified via {@link #setDefaultDateFormatStr(String) defaultDateFormatStr} and/or {@link #setRecentDateFormatStr(String)

src/main/java/org/apache/commons/net/ftp/parser/NetwareFTPEntryParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* Implements {@link FTPFileEntryParser} and {@link Configurable} for Netware Systems. Note that some proprietary extensions for Novell-specific operations
29-
* are not supported. See <a href="http://www.novell.com/documentation/nw65/index.html?page=/documentation/nw65/ftp_enu/data/fbhbgcfa.html">
29+
* are not supported. See <a href="https://www.novell.com/documentation/nw65/index.html?page=/documentation/nw65/ftp_enu/data/fbhbgcfa.html">
3030
* http://www.novell.com/documentation/nw65/index.html?page=/documentation/nw65/ftp_enu/data/fbhbgcfa.html</a> for more details.
3131
*
3232
* @see FTPFileEntryParser Usage instructions.
@@ -103,7 +103,7 @@ protected FTPClientConfig getDefaultConfiguration() {
103103
* <li><strong>A</strong> - Access Control; Right to modify trustee assignments and the Inherited Rights Mask.
104104
* </ul>
105105
*
106-
* See <a href="http://www.novell.com/documentation/nfap10/index.html?page=/documentation/nfap10/nfaubook/data/abxraws.html"> here</a> for more details
106+
* See <a href="https://www.novell.com/documentation/nfap10/index.html?page=/documentation/nfap10/nfaubook/data/abxraws.html"> here</a> for more details
107107
*
108108
* @param entry A line of text from the file listing
109109
* @return An FTPFile instance corresponding to the supplied entry

src/main/java/org/apache/commons/net/nntp/Threader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* This is an implementation of a message threading algorithm, as originally devised by Zamie Zawinski.
27-
* See <a href="http://www.jwz.org/doc/threading.html">http://www.jwz.org/doc/threading.html</a> for details.
27+
* See <a href="https://www.jwz.org/doc/threading.html">http://www.jwz.org/doc/threading.html</a> for details.
2828
* For his Java implementation, see
2929
* <a href="https://lxr.mozilla.org/mozilla/source/grendel/sources/grendel/view/Threader.java">
3030
* https://lxr.mozilla.org/mozilla/source/grendel/sources/grendel/view/Threader.java</a>

src/main/java/org/apache/commons/net/ntp/NtpUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static String getRefAddress(final NtpV3Packet packet) {
7474

7575
/**
7676
* Gets refId as reference clock string (e.g. GPS, WWV, LCL). If string is invalid (non-ASCII character) then returns empty string "". For details refer to
77-
* the <A HREF="http://www.eecis.udel.edu/~mills/ntp/html/refclock.html#list">Comprehensive List of Clock Drivers</A>.
77+
* the <A href="https://www.eecis.udel.edu/~mills/ntp/html/refclock.html#list">Comprehensive List of Clock Drivers</A>.
7878
*
7979
* @param message the message to check
8080
* @return reference clock string if primary NTP server

src/main/java/org/apache/commons/net/util/Base64.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* </p>
4444
*
4545
* @deprecated Use {@link java.util.Base64}.
46-
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
46+
* @see <a href="https://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
4747
* @since 2.2
4848
*/
4949
@Deprecated
@@ -56,14 +56,14 @@ public class Base64 {
5656
* The {@value} character limit does not count the trailing CRLF, but counts all other characters, including any equal signs.
5757
* </p>
5858
*
59-
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 6.8</a>
59+
* @see <a href="https://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 6.8</a>
6060
*/
6161
static final int CHUNK_SIZE = 76;
6262

6363
/**
6464
* Chunk separator per RFC 2045 section 2.1.
6565
*
66-
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 2.1</a>
66+
* @see <a href="https://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 2.1</a>
6767
*/
6868
static final byte[] CHUNK_SEPARATOR = { '\r', '\n' };
6969

src/site/xdoc/code-standards.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ are responsible for also fixing your own code.</strong>
4646
<p>
4747
Below is a list of coding conventions that are specific to Apache Commons Net
4848
everything else not specificially mentioned here should follow the official
49-
<a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Sun
49+
<a href="https://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Sun
5050
Java Coding Conventions</a>.
5151
</p>
5252

src/site/xdoc/faq.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</p>
3737
<p>
3838
The FAQ is hosted on the Commons Wiki; please see:
39-
<a href="http://wiki.apache.org/commons/Net/FrequentlyAskedQuestions">CommonsNet/FrequentlyAskedQuestions</a>
39+
<a href="https://wiki.apache.org/commons/Net/FrequentlyAskedQuestions">CommonsNet/FrequentlyAskedQuestions</a>
4040
</p>
4141
</section>
4242
</body>

0 commit comments

Comments
 (0)