You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/01/19 18:37:16 UTC

svn commit: r1725571 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/DomainValidator.java

Author: sebb
Date: Tue Jan 19 17:37:16 2016
New Revision: 1725571

URL: http://svn.apache.org/viewvc?rev=1725571&view=rev
Log:
Updated to TLD list Version 2016011900, Last Updated Tue Jan 19 07:07:02 2016 UTC

Modified:
    commons/proper/validator/trunk/src/changes/changes.xml
    commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java

Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1725571&r1=1725570&r2=1725571&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Tue Jan 19 17:37:16 2016
@@ -103,7 +103,7 @@ http://commons.apache.org/validator/depe
     DomainValidator - allow access to internal arrays
     </action>
     <action type="update" dev="sebb">
-    Updated to TLD list Version 2016011000, Last Updated Sun Jan 10 07:07:01 2016 UTC
+    Updated to TLD list Version 2016011900, Last Updated Tue Jan 19 07:07:02 2016 UTC
     </action>
   </release>
   <release version="1.5.0" date="2015-11-24" description="

Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java?rev=1725571&r1=1725570&r2=1725571&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java (original)
+++ commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java Tue Jan 19 17:37:16 2016
@@ -283,7 +283,7 @@ public class DomainValidator implements
 
     // 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 2016011000, Last Updated Sun Jan 10 07:07:01 2016 UTC
+         // Taken from Version 2016011900, Last Updated Tue Jan 19 07:07:02 2016 UTC
         "aaa", // aaa American Automobile Association, Inc.
         "aarp", // aarp AARP
         "abb", // abb ABB Ltd
@@ -305,6 +305,8 @@ public class DomainValidator implements
         "aig", // aig American International Group, Inc.
         "airforce", // airforce United TLD Holdco Ltd.
         "airtel", // airtel Bharti Airtel Limited
+        "alibaba", // alibaba Alibaba Group Holding Limited
+        "alipay", // alipay Alibaba Group Holding Limited
         "allfinanz", // allfinanz Allfinanz Deutsche Vermögensberatung Aktiengesellschaft
         "alsace", // alsace REGION D ALSACE
         "amica", // amica Amica Mutual Insurance Company
@@ -453,6 +455,7 @@ public class DomainValidator implements
         "commbank", // commbank COMMONWEALTH BANK OF AUSTRALIA
         "community", // community Fox Orchard, LLC
         "company", // company Silver Avenue, LLC
+        "compare", // compare iSelect Ltd
         "computer", // computer Pine Mill, LLC
         "comsec", // comsec VeriSign, Inc.
         "condos", // condos Pine House, LLC
@@ -667,6 +670,7 @@ public class DomainValidator implements
         "investments", // investments Holly Glen, LLC
         "ipiranga", // ipiranga Ipiranga Produtos de Petroleo S.A.
         "irish", // irish Dot-Irish LLC
+        "iselect", // iselect iSelect Ltd
         "ist", // ist Istanbul Metropolitan Municipality
         "istanbul", // istanbul Istanbul Metropolitan Municipality / Medya A.S.
         "itau", // itau Itau Unibanco Holding S.A.
@@ -745,6 +749,7 @@ public class DomainValidator implements
         "madrid", // madrid Comunidad de Madrid
         "maif", // maif Mutuelle Assurance Instituteur France (MAIF)
         "maison", // maison Victor Frostbite, LLC
+        "makeup", // makeup L&#39;Oréal
         "man", // man MAN SE
         "management", // management John Goodbye, LLC
         "mango", // mango PUNTO FA S.L.
@@ -940,6 +945,7 @@ public class DomainValidator implements
         "seat", // seat SEAT, S.A. (Sociedad Unipersonal)
         "security", // security XYZ.COM LLC
         "seek", // seek Seek Limited
+        "select", // select iSelect Ltd
         "sener", // sener Sener Ingeniería y Sistemas, S.A.
         "services", // services Fox Castle, LLC
         "seven", // seven Seven West Media Ltd
@@ -957,12 +963,14 @@ public class DomainValidator implements
         "singles", // singles Fern Madison, LLC
         "site", // site DotSite Inc.
         "ski", // ski STARTING DOT LIMITED
+        "skin", // skin L&#39;Oréal
         "sky", // sky Sky International AG
         "skype", // skype Microsoft Corporation
         "smile", // smile Amazon Registry Services, Inc.
         "sncf", // sncf SNCF (Société Nationale des Chemins de fer Francais)
         "soccer", // soccer Foggy Shadow, LLC
         "social", // social United TLD Holdco Ltd.
+        "softbank", // softbank SoftBank Group Corp.
         "software", // software United TLD Holdco, Ltd
         "sohu", // sohu Sohu.com Limited
         "solar", // solar Ruby Town, LLC
@@ -1038,6 +1046,7 @@ public class DomainValidator implements
         "travelersinsurance", // travelersinsurance Travelers TLD, LLC
         "trust", // trust Artemis Internet Inc
         "trv", // trv Travelers TLD, LLC
+        "tube", // tube Latin American Telecom LLC
         "tui", // tui TUI AG
         "tushu", // tushu Amazon Registry Services, Inc.
         "ubs", // ubs UBS AG
@@ -1074,6 +1083,7 @@ public class DomainValidator implements
         "wanggou", // wanggou Amazon Registry Services, Inc.
         "watch", // watch Sand Shadow, LLC
         "watches", // watches Richemont DNS Inc.
+        "weather", // weather The Weather Channel, LLC
         "webcam", // webcam dot Webcam Limited
         "weber", // weber Saint-Gobain Weber SA
         "website", // website DotWebsite Inc.
@@ -1130,6 +1140,7 @@ public class DomainValidator implements
         "xn--fiq64b", // 中信 CITIC Group Corporation
         "xn--fjq720a", // 娱乐 Will Bloom, LLC
         "xn--flw351e", // 谷歌 Charleston Road Registry Inc.
+        "xn--g2xx48c", // 购物 Minds + Machines Group Limited
         "xn--hxt814e", // 网店 Zodiac Libra Limited
         "xn--i1b6b1a6a2e", // संगठन Public Interest Registry
         "xn--imr513n", // 餐厅 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED