Skip to content

Commit 6bb0e0a

Browse files
committed
Use HTTPS in URL
1 parent b1dc194 commit 6bb0e0a

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

PROPOSAL.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>
3333
object graphs consisting of JavaBeans, collections, arrays, maps and primitive
3434
values. In such systems there is a need for a consistent way of referencing
3535
both parts of XML documents and elements of object graphs.&nbsp; XPath
36-
is a powerful language introduced by W3C (<a href="http://www.w3.org/TR/xpath">XML
36+
is a powerful language introduced by W3C (<a href="https://www.w3.org/TR/xpath">XML
3737
Path Language</a>) as a common format for addressing elements of XML documents.&nbsp;
3838
The proposed <i>JXPath </i>component provides a mechanism for applying the
3939
same XPath language to generic object graphs.
@@ -65,7 +65,7 @@ <h3>
6565
No external configuration files are utilized.
6666
<h3>
6767
(2) Initial Source of the Package</h3>
68-
The original source of the component was donated by PLOTNIX, Inc (<a href="http://www.plotnix.com">www.plotnix.com</a>).
68+
The original source of the component was donated by PLOTNIX, Inc (<a href="https://www.plotnix.com">www.plotnix.com</a>).
6969
<p>The proposed package names for the new component are
7070
<ul>
7171
<li>

src/main/java/org/apache/commons/jxpath/JXPathContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@
396396
* See also:
397397
* </p>
398398
* <ul>
399-
* <li>See <a href="http://www.w3schools.com/xpath">XPath Tutorial by W3Schools</a></li>
400-
* <li>See also <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a></li>
399+
* <li>See <a href="https://www.w3schools.com/xpath">XPath Tutorial by W3Schools</a></li>
400+
* <li>See also <a href="https://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a></li>
401401
* </ul>
402402
*
403403
* <p>

src/main/javadoc/overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ <h1>What's JXPath</h1>
2525
</p>
2626
<p>
2727
If you are not familiar with the XPath syntax, start with
28-
<a href="http://www.w3schools.com/xpath">XPath Tutorial by W3Schools</a>.
28+
<a href="https://www.w3schools.com/xpath">XPath Tutorial by W3Schools</a>.
2929
</p>
3030
<p>
3131
See also
32-
<a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> -
32+
<a href="https://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> -
3333
that's the official standard.
3434
</p>
3535
<p>
@@ -408,7 +408,7 @@ <h2>Map Element Access</h2>
408408
<section id="DynaBean_Access">
409409
<h2>DynaBean Access</h2>
410410
<p>
411-
JXPath supports <a href="http://commons.apache.org/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</a>
411+
JXPath supports <a href="https://commons.apache.org/beanutils/api/org/apache/commons/beanutils/DynaBean.html">DynaBeans</a>
412412
as well. DynaBeans are treated exactly the same way as JavaBeans.
413413
</p>
414414
</section>

src/site/site.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ under the License.
4141
</item>
4242
<!-- End: For all components. -->
4343
<item name="User's Guide" href="/apidocs/index.html" />
44-
<item name="Wiki" href="http://wiki.apache.org/commons/JXPath" />
44+
<item name="Wiki" href="https://wiki.apache.org/commons/JXPath" />
4545
<item name="Building" href="/building.html" />
46-
<item name="Release Notes 1.1" href="http://commons.apache.org/jxpath/release-notes-1.1.html" />
47-
<item name="Release Notes 1.2" href="http://commons.apache.org/jxpath/release-notes-1.2.html" />
48-
<item name="Release Notes 1.3" href="http://commons.apache.org/jxpath/release-notes-1.3.html" />
46+
<item name="Release Notes 1.1" href="https://commons.apache.org/jxpath/release-notes-1.1.html" />
47+
<item name="Release Notes 1.2" href="https://commons.apache.org/jxpath/release-notes-1.2.html" />
48+
<item name="Release Notes 1.3" href="https://commons.apache.org/jxpath/release-notes-1.3.html" />
4949
</menu>
5050
</body>
5151
</site>

src/site/xdoc/building.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ limitations under the License.
2424
<!-- ================================================== -->
2525
<section name="Overview">
2626
<p>
27-
Commons JXPath uses <a href="http://maven.apache.org/maven-1.x/">Maven 1</a>,
28-
<a href="http://maven.apache.org">Maven 2</a> (preferred), or
29-
<a href="http://ant.apache.org">Ant</a> as a build system.
27+
Commons JXPath uses <a href="https://maven.apache.org/maven-1.x/">Maven 1</a>,
28+
<a href="https://maven.apache.org">Maven 2</a> (preferred), or
29+
<a href="https://ant.apache.org">Ant</a> as a build system.
3030
</p>
3131
</section>
3232
<section name="Maven 2 Goals">

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ while (it.hasNext()){
5858
</p>
5959
<p>
6060
If you want to find out more about XPath, a good place to start
61-
is an excellent XPath Tutorial by <a href="http://www.w3schools.com/xpath">W3Schools</a>
61+
is an excellent XPath Tutorial by <a href="https://www.w3schools.com/xpath">W3Schools</a>
6262
</p>
6363
<p>
6464
The official definition of XPath by W3C can be found at
65-
<a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>
65+
<a href="https://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>
6666
</p>
6767
<p>
6868
Primary applications of JXPath are in scripting: JSP and similar template/script based technologies.
@@ -91,7 +91,7 @@ while (it.hasNext()){
9191
</section>
9292

9393
<section name="Releases">
94-
<p>See the <a href="http://commons.apache.org/jxpath/download_jxpath.cgi">JXPath Downloads</a>
94+
<p>See the <a href="https://commons.apache.org/jxpath/download_jxpath.cgi">JXPath Downloads</a>
9595
page for current/previous releases.
9696
</p>
9797
</section>

src/site/xdoc/release-notes-1.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</li>
5050
<li>
5151
Support for DynaBeans
52-
(see <a href="http://commons.apache.org/beanutils">Jakarta
52+
(see <a href="https://commons.apache.org/beanutils">Jakarta
5353
Commons BeanUtils</a>).
5454
<br/>
5555
</li>
@@ -67,7 +67,7 @@
6767
In order to provide full conformance with the standard, we also
6868
needed to introduce the format customization mechanism known in
6969
XSLT as <code>&lt;xsl:decimal-format&gt;</code> (see
70-
<a href="http://www.w3schools.com/xsl/el_decimal-format.asp">
70+
<a href="https://www.w3schools.com/xsl/el_decimal-format.asp">
7171
W3Schools tutorial</a>). The new methods of JXPathContext:
7272
<code>setDecimalFormatSymbols()</code> and
7373
<code>getDecimalFormatSymbols()</code> fulfill that requirement.

0 commit comments

Comments
 (0)