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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new db9a22323 Use HTTPS in URL
db9a22323 is described below

commit db9a22323c4c4d20f23af167c82aee81fd102c2c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:37:30 2025 -0500

    Use HTTPS in URL
---
 .../commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java       | 4 ++--
 src/site/xdoc/build.xml                                               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
index 1138a49c1..103aeaf14 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystemConfigBuilder.java
@@ -509,7 +509,7 @@ public final class SftpFileSystemConfigBuilder extends 
FileSystemConfigBuilder {
      *
      * @param options             The FileSystem options.
      * @param configRepository An config repository.
-     * @see <a 
href="http://www.jcraft.com/jsch/examples/OpenSSHConfig.java.html";>OpenSSHConfig</a>
+     * @see <a 
href="https://www.jcraft.com/jsch/examples/OpenSSHConfig.java.html";>OpenSSHConfig</a>
      */
     public void setConfigRepository(final FileSystemOptions options, final 
ConfigRepository configRepository) {
         this.setParam(options, CONFIG_REPOSITORY, configRepository);
@@ -612,7 +612,7 @@ public final class SftpFileSystemConfigBuilder extends 
FileSystemConfigBuilder {
      *
      * @param options    The FileSystem options.
      * @param factory An identity repository.
-     * @see <a href="http://www.jcraft.com/jsch-agent-proxy/";>JSch agent 
proxy</a>
+     * @see <a href="https://www.jcraft.com/jsch-agent-proxy/";>JSch agent 
proxy</a>
      */
     public void setIdentityRepositoryFactory(final FileSystemOptions options, 
final IdentityRepositoryFactory factory) {
         this.setParam(options, IDENTITY_REPOSITORY_FACTORY, factory);
diff --git a/src/site/xdoc/build.xml b/src/site/xdoc/build.xml
index 46ba2ec89..e04ac655a 100644
--- a/src/site/xdoc/build.xml
+++ b/src/site/xdoc/build.xml
@@ -84,7 +84,7 @@
                 </tr>
                 <tr>
                     <td>
-                        <a href="http://www.jcraft.com/jsch/";>JSch</a>
+                        <a href="https://www.jcraft.com/jsch/";>JSch</a>
                     </td>
                     <td>SFTP</td>
                 </tr>

Reply via email to