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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new b64cedf4 Use HTTPS in URL
b64cedf4 is described below
commit b64cedf48f5515b08237170ff784b96a8555406a
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:15:38 2025 -0500
Use HTTPS in URL
---
src/site/site.xml | 2 +-
src/site/xdoc/building.xml | 4 ++--
src/site/xdoc/configuration.xml | 2 +-
src/site/xdoc/guide/jndi-howto.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 9e37d6ce..ca05e362 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,7 +37,7 @@
</item>
<item name="Examples"
href="https://gitbox.apache.org/repos/asf?p=commons-dbcp.git;a=tree;f=doc;hb=HEAD"/>
<item name="Downloads" href="/download_dbcp.cgi"/>
- <item name="Wiki"
href="http://wiki.apache.org/commons/DBCP"/>
+ <item name="Wiki"
href="https://wiki.apache.org/commons/DBCP"/>
</menu>
<menu name="Development">
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 1dfe0c9e..7b35e22f 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -26,8 +26,8 @@ limitations under the License.
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons DBCP uses <a href="http://maven.apache.org">Maven</a> or
- <a href="http://ant.apache.org">Ant</a> as a build system.
+ Commons DBCP uses <a href="https://maven.apache.org">Maven</a> or
+ <a href="https://ant.apache.org">Ant</a> as a build system.
The maven build requires maven 2 and JDK 1.6. The Ant build works with
JDK 1.4, 1.5 or 1.6.
</p>
diff --git a/src/site/xdoc/configuration.xml b/src/site/xdoc/configuration.xml
index 978fd670..b77cf898 100644
--- a/src/site/xdoc/configuration.xml
+++ b/src/site/xdoc/configuration.xml
@@ -100,7 +100,7 @@ testWhileIdle
<td>driver default</td>
<td>The default TransactionIsolation state of connections created by this
pool.
One of the following: (see
- <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Connection.html#field_summary">javadoc</a>)
+ <a
href="https://java.sun.com/j2se/1.4.2/docs/api/java/sql/Connection.html#field_summary">javadoc</a>)
<ul>
<li>NONE</li>
<li>READ_COMMITTED</li>
diff --git a/src/site/xdoc/guide/jndi-howto.xml
b/src/site/xdoc/guide/jndi-howto.xml
index 08b04465..6b0b3e34 100644
--- a/src/site/xdoc/guide/jndi-howto.xml
+++ b/src/site/xdoc/guide/jndi-howto.xml
@@ -27,7 +27,7 @@
<section name="JNDI Howto">
<p>
- The <a href="http://java.sun.com/products/jndi/">Java Naming and Directory
Interface</a>
+ The <a href="https://java.sun.com/products/jndi/">Java Naming and Directory
Interface</a>
(JNDI) is part of the Java platform,
providing applications based on Java technology with a unified interface to
multiple naming and directory services. You can build powerful and portable
@@ -42,7 +42,7 @@
<p>
The following examples are using the sun filesystem JNDI service provider.
You can download it from the
- <a href="http://java.sun.com/products/jndi/downloads/index.html">JNDI
software download</a> page.
+ <a href="https://java.sun.com/products/jndi/downloads/index.html">JNDI
software download</a> page.
</p>
</section>