This is an automated email from the ASF dual-hosted git repository.

sebb 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 b93da02  Updated to latest TLDs
b93da02 is described below

commit b93da0203875d622a8bc8a1bb01376c738e7b191
Author: Sebb <s...@apache.org>
AuthorDate: Fri Jul 31 14:02:12 2020 +0100

    Updated to latest TLDs
---
 src/changes/changes.xml                                               | 2 +-
 .../java/org/apache/commons/validator/routines/DomainValidator.java   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 109c370..a8153d9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,7 +132,7 @@ http://commons.apache.org/validator/dependencies.html
     Add definition
     </action>
     <action type="update" dev="sebb">
-    IANA TLD lists: Updated to Version 2020072500, Last Updated Sat Jul 25 
07:07:01 2020 UTC
+    IANA TLD lists: Updated to Version 2020073100, Last Updated Fri Jul 31 
07:07:01 2020 UTC
     </action>
     <action issue="VALIDATOR-423" type="add" dev="sebb">
     Add ISINValidator
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 4fa09d8..b936aa4 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -417,7 +417,7 @@ public class DomainValidator implements Serializable {
 
     // WARNING: this array MUST be sorted, otherwise it cannot be searched 
reliably using binary search
     private static final String[] GENERIC_TLDS = new String[] {
-        // Taken from Version 2020072500, Last Updated Sat Jul 25 07:07:01 
2020 UTC
+        // Taken from Version 2020073100, Last Updated Fri Jul 31 07:07:01 
2020 UTC
         "aaa", // aaa American Automobile Association, Inc.
         "aarp", // aarp AARP
         "abarth", // abarth Fiat Chrysler Automobiles N.V.
@@ -1291,7 +1291,7 @@ public class DomainValidator implements Serializable {
         "rich", // rich I-REGISTRY Ltd., Niederlassung Deutschland
         "richardli", // richardli Pacific Century Asset Management (HK) Limited
         "ricoh", // ricoh Ricoh Company, Ltd.
-        "rightathome", // rightathome Johnson Shareholdings, Inc.
+        // "rightathome", // rightathome Johnson Shareholdings, Inc. (retired 
2020-07-31)
         "ril", // ril Reliance Industries Limited
         "rio", // rio Empresa Municipal de Informática SA - IPLANRIO
         "rip", // rip United TLD Holdco Ltd.

Reply via email to