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-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new 6bb0e0ac Use HTTPS in URL
6bb0e0ac is described below
commit 6bb0e0ac411178ae1c35b5ada78d254899c01885
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:29:22 2025 -0500
Use HTTPS in URL
---
PROPOSAL.html | 4 ++--
src/main/java/org/apache/commons/jxpath/JXPathContext.java | 4 ++--
src/main/javadoc/overview.html | 6 +++---
src/site/site.xml | 8 ++++----
src/site/xdoc/building.xml | 6 +++---
src/site/xdoc/index.xml | 6 +++---
src/site/xdoc/release-notes-1.1.xml | 4 ++--
7 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/PROPOSAL.html b/PROPOSAL.html
index 558c9ac6..2a2df8bc 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -33,7 +33,7 @@ In heterogenous techologies like Struts, XML documents are
combined with
object graphs consisting of JavaBeans, collections, arrays, maps and primitive
values. In such systems there is a need for a consistent way of referencing
both parts of XML documents and elements of object graphs. XPath
-is a powerful language introduced by W3C (<a
href="http://www.w3.org/TR/xpath">XML
+is a powerful language introduced by W3C (<a
href="https://www.w3.org/TR/xpath">XML
Path Language</a>) as a common format for addressing elements of XML
documents.
The proposed <i>JXPath </i>component provides a mechanism for applying the
same XPath language to generic object graphs.
@@ -65,7 +65,7 @@ later.</li>
No external configuration files are utilized.
<h3>
(2) Initial Source of the Package</h3>
-The original source of the component was donated by PLOTNIX, Inc (<a
href="http://www.plotnix.com">www.plotnix.com</a>).
+The original source of the component was donated by PLOTNIX, Inc (<a
href="https://www.plotnix.com">www.plotnix.com</a>).
<p>The proposed package names for the new component are
<ul>
<li>
diff --git a/src/main/java/org/apache/commons/jxpath/JXPathContext.java
b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
index 641cc852..7dc99914 100644
--- a/src/main/java/org/apache/commons/jxpath/JXPathContext.java
+++ b/src/main/java/org/apache/commons/jxpath/JXPathContext.java
@@ -396,8 +396,8 @@ import org.apache.commons.jxpath.util.KeyManagerUtils;
* See also:
* </p>
* <ul>
- * <li>See <a href="http://www.w3schools.com/xpath">XPath Tutorial by
W3Schools</a></li>
- * <li>See also <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath)
Version 1.0</a></li>
+ * <li>See <a href="https://www.w3schools.com/xpath">XPath Tutorial by
W3Schools</a></li>
+ * <li>See also <a href="https://www.w3.org/TR/xpath">XML Path Language
(XPath) Version 1.0</a></li>
* </ul>
*
* <p>
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index af9ea6e4..dda6905a 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -25,11 +25,11 @@
</p>
<p>
If you are not familiar with the XPath syntax, start with
- <a href="http://www.w3schools.com/xpath">XPath Tutorial by
W3Schools</a>.
+ <a href="https://www.w3schools.com/xpath">XPath Tutorial by
W3Schools</a>.
</p>
<p>
See also
- <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version
1.0</a> -
+ <a href="https://www.w3.org/TR/xpath">XML Path Language (XPath)
Version 1.0</a> -
that's the official standard.
</p>
<p>
@@ -408,7 +408,7 @@ String fName = (String)context.getValue("firstName");
<section id="DynaBean_Access">
<h2>DynaBean Access</h2>
<p>
- JXPath supports <a
href="http://commons.apache.org/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</a>
+ JXPath supports <a
href="https://commons.apache.org/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</a>
as well. DynaBeans are treated exactly the same way as JavaBeans.
</p>
</section>
diff --git a/src/site/site.xml b/src/site/site.xml
index ea209086..09022e27 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -41,11 +41,11 @@ under the License.
</item>
<!-- End: For all components. -->
<item name="User's Guide" href="/apidocs/index.html" />
- <item name="Wiki" href="http://wiki.apache.org/commons/JXPath" />
+ <item name="Wiki" href="https://wiki.apache.org/commons/JXPath" />
<item name="Building" href="/building.html" />
- <item name="Release Notes 1.1"
href="http://commons.apache.org/jxpath/release-notes-1.1.html" />
- <item name="Release Notes 1.2"
href="http://commons.apache.org/jxpath/release-notes-1.2.html" />
- <item name="Release Notes 1.3"
href="http://commons.apache.org/jxpath/release-notes-1.3.html" />
+ <item name="Release Notes 1.1"
href="https://commons.apache.org/jxpath/release-notes-1.1.html" />
+ <item name="Release Notes 1.2"
href="https://commons.apache.org/jxpath/release-notes-1.2.html" />
+ <item name="Release Notes 1.3"
href="https://commons.apache.org/jxpath/release-notes-1.3.html" />
</menu>
</body>
</site>
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 858902af..41957638 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -24,9 +24,9 @@ limitations under the License.
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons JXPath uses <a href="http://maven.apache.org/maven-1.x/">Maven 1</a>,
- <a href="http://maven.apache.org">Maven 2</a> (preferred), or
- <a href="http://ant.apache.org">Ant</a> as a build system.
+ Commons JXPath uses <a href="https://maven.apache.org/maven-1.x/">Maven
1</a>,
+ <a href="https://maven.apache.org">Maven 2</a> (preferred), or
+ <a href="https://ant.apache.org">Ant</a> as a build system.
</p>
</section>
<section name="Maven 2 Goals">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index c345b9f0..80e16f1c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,11 +58,11 @@ while (it.hasNext()){
</p>
<p>
If you want to find out more about XPath, a good place to start
- is an excellent XPath Tutorial by <a
href="http://www.w3schools.com/xpath">W3Schools</a>
+ is an excellent XPath Tutorial by <a
href="https://www.w3schools.com/xpath">W3Schools</a>
</p>
<p>
The official definition of XPath by W3C can be found at
- <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath)
Version 1.0</a>
+ <a href="https://www.w3.org/TR/xpath">XML Path Language (XPath)
Version 1.0</a>
</p>
<p>
Primary applications of JXPath are in scripting: JSP and similar
template/script based technologies.
@@ -91,7 +91,7 @@ while (it.hasNext()){
</section>
<section name="Releases">
- <p>See the <a
href="http://commons.apache.org/jxpath/download_jxpath.cgi">JXPath Downloads</a>
+ <p>See the <a
href="https://commons.apache.org/jxpath/download_jxpath.cgi">JXPath
Downloads</a>
page for current/previous releases.
</p>
</section>
diff --git a/src/site/xdoc/release-notes-1.1.xml
b/src/site/xdoc/release-notes-1.1.xml
index f4968c59..4b2947d9 100644
--- a/src/site/xdoc/release-notes-1.1.xml
+++ b/src/site/xdoc/release-notes-1.1.xml
@@ -49,7 +49,7 @@
</li>
<li>
Support for DynaBeans
- (see <a href="http://commons.apache.org/beanutils">Jakarta
+ (see <a href="https://commons.apache.org/beanutils">Jakarta
Commons BeanUtils</a>).
<br/>
</li>
@@ -67,7 +67,7 @@
In order to provide full conformance with the standard, we also
needed to introduce the format customization mechanism known in
XSLT as <code><xsl:decimal-format></code> (see
- <a href="http://www.w3schools.com/xsl/el_decimal-format.asp">
+ <a href="https://www.w3schools.com/xsl/el_decimal-format.asp">
W3Schools tutorial</a>). The new methods of JXPathContext:
<code>setDecimalFormatSymbols()</code> and
<code>getDecimalFormatSymbols()</code> fulfill that requirement.