Skip to content

Commit db9a223

Browse files
committed
Use HTTPS in URL
1 parent fe91d67 commit db9a223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public void setCompression(final FileSystemOptions options, final String compres
509509
*
510510
* @param options The FileSystem options.
511511
* @param configRepository An config repository.
512-
* @see <a href="http://www.jcraft.com/jsch/examples/OpenSSHConfig.java.html">OpenSSHConfig</a>
512+
* @see <a href="https://www.jcraft.com/jsch/examples/OpenSSHConfig.java.html">OpenSSHConfig</a>
513513
*/
514514
public void setConfigRepository(final FileSystemOptions options, final ConfigRepository configRepository) {
515515
this.setParam(options, CONFIG_REPOSITORY, configRepository);
@@ -612,7 +612,7 @@ public void setIdentityProvider(final FileSystemOptions options, final IdentityP
612612
*
613613
* @param options The FileSystem options.
614614
* @param factory An identity repository.
615-
* @see <a href="http://www.jcraft.com/jsch-agent-proxy/">JSch agent proxy</a>
615+
* @see <a href="https://www.jcraft.com/jsch-agent-proxy/">JSch agent proxy</a>
616616
*/
617617
public void setIdentityRepositoryFactory(final FileSystemOptions options, final IdentityRepositoryFactory factory) {
618618
this.setParam(options, IDENTITY_REPOSITORY_FACTORY, factory);

src/site/xdoc/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</tr>
8585
<tr>
8686
<td>
87-
<a href="http://www.jcraft.com/jsch/">JSch</a>
87+
<a href="https://www.jcraft.com/jsch/">JSch</a>
8888
</td>
8989
<td>SFTP</td>
9090
</tr>

0 commit comments

Comments
 (0)