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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 7ddefd45 Use HTTPS in URL
7ddefd45 is described below
commit 7ddefd4538410ac3a4223175273dbc6dc0fc7a91
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:38:26 2025 -0500
Use HTTPS in URL
---
src/changes/changes.xml | 20 ++++++++++----------
.../commons/validator/CreditCardValidator.java | 4 ++--
.../commons/validator/GenericTypeValidator.java | 2 +-
.../org/apache/commons/validator/ISBNValidator.java | 2 +-
.../org/apache/commons/validator/UrlValidator.java | 2 +-
.../validator/routines/CreditCardValidator.java | 2 +-
.../commons/validator/routines/DomainValidator.java | 4 ++--
.../commons/validator/routines/ISBNValidator.java | 2 +-
.../commons/validator/routines/UrlValidator.java | 2 +-
.../routines/checkdigit/ISBN10CheckDigit.java | 2 +-
src/site/site.xml | 2 +-
src/site/xdoc/building.xml | 10 +++++-----
src/site/xdoc/index.xml | 6 +++---
13 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0885273d..fe7e60a4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -905,7 +905,7 @@ http://commons.apache.org/validator/dependencies.html
<action dev="niallp" type="fix"><![CDATA[
Remove static Log instances to avoid problems if deployed via a shared
classloader in a container. See
- <a href="http://wiki.apache.org/commons/Logging/StaticLog">here</a>
+ <a href="https://wiki.apache.org/commons/Logging/StaticLog">here</a>
for more details.]]>
</action>
<action dev="niallp" type="fix" issue="VALIDATOR-39">
@@ -923,11 +923,11 @@ http://commons.apache.org/validator/dependencies.html
</action>
<action dev="dgraham" type="update"><![CDATA[
Upgrade dependency versions to
- <a href="http://commons.apache.org/beanutils/">Commons BeanUtils</a> 1.7.0,
- <a href="http://commons.apache.org/digester/">Commons Digester</a> 1.6
- and <a href="http://commons.apache.org/logging/">Commons Logging</a> 1.0.4.
+ <a href="https://commons.apache.org/beanutils/">Commons BeanUtils</a>
1.7.0,
+ <a href="https://commons.apache.org/digester/">Commons Digester</a> 1.6
+ and <a href="https://commons.apache.org/logging/">Commons Logging</a>
1.0.4.
Remove dependency on
- <a href="http://commons.apache.org/beanutils/">Commons Collections</a>
+ <a href="https://commons.apache.org/beanutils/">Commons Collections</a>
(BeanUtils 1.7.0 has removed its dependency on Collections by including the
few Collections classes required in its distribution).]]>
</action>
@@ -952,7 +952,7 @@ http://commons.apache.org/validator/dependencies.html
</action>
<action dev="mrdon" type="fix" issue="VALIDATOR-124"><![CDATA[
Handling of float and double should use the locale object.
- Fixes <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21282">21282</a>]]>
+ Fixes <a
href="https://issues.apache.org/bugzilla/show_bug.cgi?id=21282">21282</a>]]>
</action>
<action dev="mrdon" type="update" issue="VALIDATOR-181">
More informative Exception message when validation method not found.
@@ -966,8 +966,8 @@ http://commons.apache.org/validator/dependencies.html
<action dev="mrdon" type="fix"><![CDATA[
Changing the strategy for locating form name/id, now use a common utility
function which works in both IE and Firefox.
- Fixes <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35127">35127</a>
- and <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35127">32760</a>]]>
+ Fixes <a
href="https://issues.apache.org/bugzilla/show_bug.cgi?id=35127">35127</a>
+ and <a
href="https://issues.apache.org/bugzilla/show_bug.cgi?id=35127">32760</a>]]>
</action>
<action dev="mrdon" type="fix" fixed-issues="VALIDATOR-73,VALIDATOR-80">
Validation fails when "name" attribute in form not specified.
@@ -1064,7 +1064,7 @@ http://commons.apache.org/validator/dependencies.html
<action dev="rleland" type="update"><![CDATA[
Allow multiple forms to be on the same page by
generating a unique variable name based on form name.
- Fixes <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17667">17667</a>]]>
+ Fixes <a
href="https://issues.apache.org/bugzilla/show_bug.cgi?id=17667">17667</a>]]>
</action>
<action dev="rleland" type="add" issue="VALIDATOR-152">
Validate file extensions for file uploads.
@@ -1100,7 +1100,7 @@ http://commons.apache.org/validator/dependencies.html
<release version="1.1.1 (alpha)" date="2003-12-15" description="1.1 Alpha">
<action dev="rleland" type="add"><![CDATA[
Add javadoc to javascript, and use
- <a href="http://jsdoc.sf.net"> jsdoc</a> to process it.]]>
+ <a href="https://jsdoc.sf.net"> jsdoc</a> to process it.]]>
</action>
<action dev="rleland" type="fix">
Ignore validation criteria when field is disabled for all field types.
diff --git
a/src/main/java/org/apache/commons/validator/CreditCardValidator.java
b/src/main/java/org/apache/commons/validator/CreditCardValidator.java
index c4164fae..4ccf2de7 100644
--- a/src/main/java/org/apache/commons/validator/CreditCardValidator.java
+++ b/src/main/java/org/apache/commons/validator/CreditCardValidator.java
@@ -43,9 +43,9 @@ import org.apache.commons.validator.util.Flags;
*
* <p>
* For a similar implementation in Perl, reference Sean M. Burke's
- * <a href="http://www.speech.cs.cmu.edu/~sburke/pub/luhn_lib.html">script</a>.
+ * <a
href="https://www.speech.cs.cmu.edu/~sburke/pub/luhn_lib.html">script</a>.
* More information is also available
- * <a href="http://www.merriampark.com/anatomycc.htm">here</a>.
+ * <a href="https://www.merriampark.com/anatomycc.htm">here</a>.
* </p>
*
* @since 1.1
diff --git
a/src/main/java/org/apache/commons/validator/GenericTypeValidator.java
b/src/main/java/org/apache/commons/validator/GenericTypeValidator.java
index 12f68ef1..88edbe92 100644
--- a/src/main/java/org/apache/commons/validator/GenericTypeValidator.java
+++ b/src/main/java/org/apache/commons/validator/GenericTypeValidator.java
@@ -93,7 +93,7 @@ public class GenericTypeValidator implements Serializable {
/**
* Checks if the field is a valid credit card number.
*
- * <p>Reference Sean M. Burke's <a
href="http://www.ling.nwu.edu/~sburke/pub/luhn_lib.pl">
+ * <p>Reference Sean M. Burke's <a
href="https://www.ling.nwu.edu/~sburke/pub/luhn_lib.pl">
* script</a>.</p>
*
* @param value The value validation is being performed on.
diff --git a/src/main/java/org/apache/commons/validator/ISBNValidator.java
b/src/main/java/org/apache/commons/validator/ISBNValidator.java
index bd1e74fa..fd124659 100644
--- a/src/main/java/org/apache/commons/validator/ISBNValidator.java
+++ b/src/main/java/org/apache/commons/validator/ISBNValidator.java
@@ -19,7 +19,7 @@ package org.apache.commons.validator;
/**
* A class for validating 10 digit ISBN codes.
* Based on this
- * <a
href="http://www.isbn.org/standards/home/isbn/international/html/usm4.htm">
+ * <a
href="https://www.isbn.org/standards/home/isbn/international/html/usm4.htm">
* algorithm</a>
*
* <strong>NOTE:</strong> This has been replaced by the new
diff --git a/src/main/java/org/apache/commons/validator/UrlValidator.java
b/src/main/java/org/apache/commons/validator/UrlValidator.java
index a2e6b681..7f7b9f13 100644
--- a/src/main/java/org/apache/commons/validator/UrlValidator.java
+++ b/src/main/java/org/apache/commons/validator/UrlValidator.java
@@ -67,7 +67,7 @@ import org.apache.commons.validator.util.Flags;
* </pre>
*
* @see
- * <a href="http://www.ietf.org/rfc/rfc2396.txt">
+ * <a href="https://www.ietf.org/rfc/rfc2396.txt">
* Uniform Resource Identifiers (URI): Generic Syntax
* </a>
*
diff --git
a/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java
b/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java
index ef64af1d..1d796317 100644
---
a/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java
+++
b/src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java
@@ -76,7 +76,7 @@ import
org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit;
* </p>
* <p>
* More information can be found in Michael Gilleland's essay
- * <a
href="http://web.archive.org/web/20120614072656/http://www.merriampark.com/anatomycc.htm">Anatomy
of Credit Card Numbers</a>.
+ * <a
href="https://web.archive.org/web/20120614072656/http://www.merriampark.com/anatomycc.htm">Anatomy
of Credit Card Numbers</a>.
* </p>
*
* @since 1.4
diff --git
a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
index 1ce8fd66..4ca8beb5 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -31,8 +31,8 @@ import java.util.Locale;
* </p>
*
* <p>Domain names are evaluated according
- * to the standards <a href="http://www.ietf.org/rfc/rfc1034.txt">RFC1034</a>,
- * section 3, and <a href="http://www.ietf.org/rfc/rfc1123.txt">RFC1123</a>,
+ * to the standards <a href="https://www.ietf.org/rfc/rfc1034.txt">RFC1034</a>,
+ * section 3, and <a href="https://www.ietf.org/rfc/rfc1123.txt">RFC1123</a>,
* section 2.1. No accommodation is provided for the specialized needs of
* other applications; if the domain name has been URL-encoded, for example,
* validation will fail even though the equivalent plaintext version of the
diff --git
a/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
b/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
index 4f386fdb..c06c9d88 100644
--- a/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/ISBNValidator.java
@@ -48,7 +48,7 @@ import
org.apache.commons.validator.routines.checkdigit.ISBN10CheckDigit;
* <li>EAN - see
* <a
href="https://en.wikipedia.org/wiki/European_Article_Number">Wikipedia -
* European Article Number</a>.</li>
- * <li><a
href="http://www.isbn.org/standards/home/isbn/transition.asp">ISBN-13
+ * <li><a
href="https://www.isbn.org/standards/home/isbn/transition.asp">ISBN-13
* Transition details</a>.</li>
* </ul>
*
diff --git
a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
index 3e07ebd8..3b3fa134 100644
--- a/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/UrlValidator.java
@@ -69,7 +69,7 @@ import org.apache.commons.validator.GenericValidator;
* </pre>
*
* @see
- * <a href="http://www.ietf.org/rfc/rfc2396.txt">
+ * <a href="https://www.ietf.org/rfc/rfc2396.txt">
* Uniform Resource Identifiers (URI): Generic Syntax
* </a>
*
diff --git
a/src/main/java/org/apache/commons/validator/routines/checkdigit/ISBN10CheckDigit.java
b/src/main/java/org/apache/commons/validator/routines/checkdigit/ISBN10CheckDigit.java
index 2782a079..244c29a8 100644
---
a/src/main/java/org/apache/commons/validator/routines/checkdigit/ISBN10CheckDigit.java
+++
b/src/main/java/org/apache/commons/validator/routines/checkdigit/ISBN10CheckDigit.java
@@ -35,7 +35,7 @@ package org.apache.commons.validator.routines.checkdigit;
* <ul>
* <li><a href="https://en.wikipedia.org/wiki/ISBN">Wikipedia - International
* Standard Book Number (ISBN)</a>.</li>
- * <li><a
href="http://www.isbn.org/standards/home/isbn/transition.asp">ISBN-13
+ * <li><a
href="https://www.isbn.org/standards/home/isbn/transition.asp">ISBN-13
* Transition details</a>.</li>
* </ul>
*
diff --git a/src/site/site.xml b/src/site/site.xml
index f946014f..2336ef4f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,7 +34,7 @@
<menu name="Documentation">
<item name="Framework"
href="/apidocs/org/apache/commons/validator/package-summary.html#package_description"/>
<item name="Routines"
href="/apidocs/org/apache/commons/validator/routines/package-summary.html#package_description"/>
- <item name="Wiki"
href="http://wiki.apache.org/commons/Validator"/>
+ <item name="Wiki"
href="https://wiki.apache.org/commons/Validator"/>
</menu>
<menu name="Development">
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index c35e0226..8c028613 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -26,8 +26,8 @@
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons Validator uses <a href="http://maven.apache.org">Maven</a> or
- <a href="http://ant.apache.org">Ant</a> as a build system.
+ Commons Validator uses <a href="https://maven.apache.org">Maven</a> or
+ <a href="https://ant.apache.org">Ant</a> as a build system.
</p>
</section>
<!-- ================================================== -->
@@ -48,7 +48,7 @@
</p>
<p>
Further details can be found in the
- <a href="http://commons.apache.org/building.html">commons build
instructions</a>.
+ <a href="https://commons.apache.org/building.html">commons build
instructions</a>.
</p>
</section>
<!-- ================================================== -->
@@ -63,10 +63,10 @@
<!-- ================================================== -->
<section name="Nightly Builds">
<p>
- <a
href="http://people.apache.org/builds/commons/nightly/commons-validator/">Nightly
Builds</a>
+ <a
href="https://people.apache.org/builds/commons/nightly/commons-validator/">Nightly
Builds</a>
are built once a day from the current SVN HEAD. These are provided
purely for test purposes and are <b>NOT
official releases</b> of the Apache Software Foundation - Released
versions of Commons Validator are
- available <a
href="http://commons.apache.org/validator/download_validator.cgi">here</a>.
+ available <a
href="https://commons.apache.org/validator/download_validator.cgi">here</a>.
</p>
</section>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 67610824..5e808d2e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -40,11 +40,11 @@
</section>
<section name="Releases">
- <p>See the <a
href="http://commons.apache.org/validator/download_validator.cgi">Downloads</a>
+ <p>See the <a
href="https://commons.apache.org/validator/download_validator.cgi">Downloads</a>
page for current/previous releases.
For details of whats new in each version see the <a
href="changes.html">Release Notes</a>.
- <a
href="http://wiki.apache.org/commons/ValidatorReleaseNotes">Community Notes</a>
on
- release are maintained on the <a
href="http://wiki.apache.org/commons/">Apache Commons Wiki</a>.
+ <a
href="https://wiki.apache.org/commons/ValidatorReleaseNotes">Community
Notes</a> on
+ release are maintained on the <a
href="https://wiki.apache.org/commons/">Apache Commons Wiki</a>.
</p>
</section>