On 23 August 2016 at 22:17, Gary Gregory <garydgreg...@gmail.com> wrote: > I was thinking of keeping the list in a text file and sorting it manually > at dev time when it needs to be updated. I'm sure there's some command line > to do that... Then it's just the cost of reading the file.
Which is still an unnecessary cost. The current design eliminates that. > Gary > > On Tue, Aug 23, 2016 at 1:54 PM, sebb <seb...@gmail.com> wrote: > >> This was discussed at length some time ago. >> >> Yes, it would be possible to read the information in and sort it at >> run-time, however that would increase the startup time. >> >> It's a bit more effort to pre-sort the entries in the code, but that >> only has to be done when the list is updated (i.e. at least once per >> release), whereas run-time sorting has to occur every time. >> >> On 23 August 2016 at 19:55, Gary Gregory <garydgreg...@gmail.com> wrote: >> > I wonder if we should have these in a text file that is read in from a >> > static block? >> > >> > It would be easier to sort at least. >> > >> > Gary >> > ---------- Forwarded message ---------- >> > From: <s...@apache.org> >> > Date: Tue, Aug 23, 2016 at 11:27 AM >> > Subject: svn commit: r1757416 - >> > /commons/proper/validator/trunk/src/main/java/org/ >> apache/commons/validator/routines/DomainValidator.java >> > To: comm...@commons.apache.org >> > >> > >> > Author: sebb >> > Date: Tue Aug 23 18:27:41 2016 >> > New Revision: 1757416 >> > >> > URL: http://svn.apache.org/viewvc?rev=1757416&view=rev >> > Log: >> > Recent TLD updates >> > >> > Modified: >> > commons/proper/validator/trunk/src/main/java/org/ >> > apache/commons/validator/routines/DomainValidator.java >> > >> > 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=1757416&r1=1757415&r2= >> 1757416&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 Aug 23 >> 18:27:41 >> > 2016 >> > @@ -283,12 +283,15 @@ 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 2016042500, Last Updated Mon Apr 25 >> 07:07:01 >> > 2016 UTC >> > + // Taken from Version 2016082201, Last Updated Tue Aug 23 >> 07:07:02 >> > 2016 UTC >> > "aaa", // aaa American Automobile Association, Inc. >> > "aarp", // aarp AARP >> > + "abarth", // abarth Fiat Chrysler Automobiles N.V. >> > "abb", // abb ABB Ltd >> > "abbott", // abbott Abbott Laboratories, Inc. >> > "abbvie", // abbvie AbbVie Inc. >> > + "abc", // abc Disney Enterprises, Inc. >> > + "able", // able Able Inc. >> > "abogado", // abogado Top Level Domain Holdings Limited >> > "abudhabi", // abudhabi Abu Dhabi Systems and Information Centre >> > "academy", // academy Half Oaks, LLC >> > @@ -303,23 +306,35 @@ public class DomainValidator implements >> > "adult", // adult ICM Registry AD LLC >> > "aeg", // aeg Aktiebolaget Electrolux >> > "aero", // aero Societe Internationale de Telecommunications >> > Aeronautique (SITA INC USA) >> > + "aetna", // aetna Aetna Life Insurance Company >> > + "afamilycompany", // afamilycompany Johnson Shareholdings, Inc. >> > "afl", // afl Australian Football League >> > "agakhan", // agakhan Fondation Aga Khan (Aga Khan Foundation) >> > "agency", // agency Steel Falls, LLC >> > "aig", // aig American International Group, Inc. >> > + "aigo", // aigo aigo Digital Technology Co,Ltd. >> > + "airbus", // airbus Airbus S.A.S. >> > "airforce", // airforce United TLD Holdco Ltd. >> > "airtel", // airtel Bharti Airtel Limited >> > "akdn", // akdn Fondation Aga Khan (Aga Khan Foundation) >> > + "alfaromeo", // alfaromeo Fiat Chrysler Automobiles N.V. >> > "alibaba", // alibaba Alibaba Group Holding Limited >> > "alipay", // alipay Alibaba Group Holding Limited >> > "allfinanz", // allfinanz Allfinanz Deutsche Vermögensberatung >> > Aktiengesellschaft >> > + "allstate", // allstate Allstate Fire and Casualty Insurance >> > Company >> > "ally", // ally Ally Financial Inc. >> > "alsace", // alsace REGION D ALSACE >> > + "alstom", // alstom ALSTOM >> > + "americanexpress", // americanexpress American Express Travel >> > Related Services Company, Inc. >> > + "americanfamily", // americanfamily AmFam, Inc. >> > + "amex", // amex American Express Travel Related Services >> Company, >> > Inc. >> > + "amfam", // amfam AmFam, Inc. >> > "amica", // amica Amica Mutual Insurance Company >> > "amsterdam", // amsterdam Gemeente Amsterdam >> > "analytics", // analytics Campus IP LLC >> > "android", // android Charleston Road Registry Inc. >> > "anquan", // anquan QIHOO 360 TECHNOLOGY CO. LTD. >> > + "anz", // anz Australia and New Zealand Banking Group Limited >> > "apartments", // apartments June Maple, LLC >> > "app", // app Charleston Road Registry Inc. >> > "apple", // apple Apple Inc. >> > @@ -327,13 +342,18 @@ public class DomainValidator implements >> > "aramco", // aramco Aramco Services Company >> > "archi", // archi STARTING DOT LIMITED >> > "army", // army United TLD Holdco Ltd. >> > + "art", // art UK Creative Ideas Limited >> > "arte", // arte Association Relative à la Télévision >> > Européenne G.E.I.E. >> > + "asda", // asda Wal-Mart Stores, Inc. >> > "asia", // asia DotAsia Organisation Ltd. >> > "associates", // associates Baxter Hill, LLC >> > + "athleta", // athleta The Gap, Inc. >> > "attorney", // attorney United TLD Holdco, Ltd >> > "auction", // auction United TLD HoldCo, Ltd. >> > "audi", // audi AUDI Aktiengesellschaft >> > + "audible", // audible Amazon Registry Services, Inc. >> > "audio", // audio Uniregistry, Corp. >> > + "auspost", // auspost Australian Postal Corporation >> > "author", // author Amazon Registry Services, Inc. >> > "auto", // auto Uniregistry, Corp. >> > "autos", // autos DERAutos, LLC >> > @@ -343,6 +363,8 @@ public class DomainValidator implements >> > "azure", // azure Microsoft Corporation >> > "baby", // baby Johnson & Johnson Services, Inc. >> > "baidu", // baidu Baidu, Inc. >> > + "banamex", // banamex Citigroup Inc. >> > + "bananarepublic", // bananarepublic The Gap, Inc. >> > "band", // band United TLD Holdco, Ltd >> > "bank", // bank fTLD Registry Services, LLC >> > "bar", // bar Punto 2012 Sociedad Anonima Promotora de Inversion >> > de Capital Variable >> > @@ -354,14 +376,17 @@ public class DomainValidator implements >> > "bauhaus", // bauhaus Werkhaus GmbH >> > "bayern", // bayern Bayern Connect GmbH >> > "bbc", // bbc British Broadcasting Corporation >> > + "bbt", // bbt BB&T Corporation >> > "bbva", // bbva BANCO BILBAO VIZCAYA ARGENTARIA, S.A. >> > "bcg", // bcg The Boston Consulting Group, Inc. >> > "bcn", // bcn Municipi de Barcelona >> > "beats", // beats Beats Electronics, LLC >> > + "beauty", // beauty L'Oréal >> > "beer", // beer Top Level Domain Holdings Limited >> > "bentley", // bentley Bentley Motors Limited >> > "berlin", // berlin dotBERLIN GmbH & Co. KG >> > "best", // best BestTLD Pty Ltd >> > + "bestbuy", // bestbuy BBY Solutions, Inc. >> > "bet", // bet Afilias plc >> > "bharti", // bharti Bharti Enterprises (Holding) Private Limited >> > "bible", // bible American Bible Society >> > @@ -373,6 +398,9 @@ public class DomainValidator implements >> > "biz", // biz Neustar, Inc. >> > "black", // black Afilias Limited >> > "blackfriday", // blackfriday Uniregistry, Corp. >> > + "blanco", // blanco BLANCO GmbH + Co KG >> > + "blockbuster", // blockbuster Dish DBS Corporation >> > + "blog", // blog Knock Knock WHOIS There, LLC >> > "bloomberg", // bloomberg Bloomberg IP Holdings LLC >> > "blue", // blue Afilias Limited >> > "bms", // bms Bristol-Myers Squibb Company >> > @@ -381,10 +409,12 @@ public class DomainValidator implements >> > "bnpparibas", // bnpparibas BNP Paribas >> > "boats", // boats DERBoats, LLC >> > "boehringer", // boehringer Boehringer Ingelheim International >> GmbH >> > + "bofa", // bofa NMS Services, Inc. >> > "bom", // bom Núcleo de Informação e Coordenação do Ponto >> BR >> > - NIC.br >> > "bond", // bond Bond University Limited >> > "boo", // boo Charleston Road Registry Inc. >> > "book", // book Amazon Registry Services, Inc. >> > + "booking", // booking Booking.com B.V. >> > "boots", // boots THE BOOTS COMPANY PLC >> > "bosch", // bosch Robert Bosch GMBH >> > "bostik", // bostik Bostik SA >> > @@ -408,12 +438,15 @@ public class DomainValidator implements >> > "cafe", // cafe Pioneer Canyon, LLC >> > "cal", // cal Charleston Road Registry Inc. >> > "call", // call Amazon Registry Services, Inc. >> > + "calvinklein", // calvinklein PVH gTLD Holdings LLC >> > + "cam", // cam AC Webconnecting Holding B.V. >> > "camera", // camera Atomic Maple, LLC >> > "camp", // camp Delta Dynamite, LLC >> > "cancerresearch", // cancerresearch Australian Cancer Research >> > Foundation >> > "canon", // canon Canon Inc. >> > "capetown", // capetown ZA Central Registry NPC trading as ZA >> > Central Registry >> > "capital", // capital Delta Mill, LLC >> > + "capitalone", // capitalone Capital One Financial Corporation >> > "car", // car Cars Registry Limited >> > "caravan", // caravan Caravan International, Inc. >> > "cards", // cards Foggy Hollow, LLC >> > @@ -429,6 +462,8 @@ public class DomainValidator implements >> > "catering", // catering New Falls. LLC >> > "cba", // cba COMMONWEALTH BANK OF AUSTRALIA >> > "cbn", // cbn The Christian Broadcasting Network, Inc. >> > + "cbre", // cbre CBRE, Inc. >> > + "cbs", // cbs CBS Domains Inc. >> > "ceb", // ceb The Corporate Executive Board Company >> > "center", // center Tin Mill, LLC >> > "ceo", // ceo CEOTLD Pty Ltd >> > @@ -440,13 +475,17 @@ public class DomainValidator implements >> > "chase", // chase JPMorgan Chase & Co. >> > "chat", // chat Sand Fields, LLC >> > "cheap", // cheap Sand Cover, LLC >> > + "chintai", // chintai CHINTAI Corporation >> > "chloe", // chloe Richemont DNS Inc. >> > "christmas", // christmas Uniregistry, Corp. >> > "chrome", // chrome Charleston Road Registry Inc. >> > + "chrysler", // chrysler FCA US LLC. >> > "church", // church Holly Fileds, LLC >> > "cipriani", // cipriani Hotel Cipriani Srl >> > "circle", // circle Amazon Registry Services, Inc. >> > "cisco", // cisco Cisco Technology, Inc. >> > + "citadel", // citadel Citadel Domain LLC >> > + "citi", // citi Citigroup Inc. >> > "citic", // citic CITIC Group Corporation >> > "city", // city Snow Sky, LLC >> > "cityeats", // cityeats Lifestyle Domain Holdings, Inc. >> > @@ -465,6 +504,7 @@ public class DomainValidator implements >> > "college", // college XYZ.COM LLC >> > "cologne", // cologne NetCologne Gesellschaft für >> > Telekommunikation mbH >> > "com", // com VeriSign Global Registry Services >> > + "comcast", // comcast Comcast IP Holdings I, LLC >> > "commbank", // commbank COMMONWEALTH BANK OF AUSTRALIA >> > "community", // community Fox Orchard, LLC >> > "company", // company Silver Avenue, LLC >> > @@ -477,6 +517,7 @@ public class DomainValidator implements >> > "contact", // contact Top Level Spectrum, Inc. >> > "contractors", // contractors Magic Woods, LLC >> > "cooking", // cooking Top Level Domain Holdings Limited >> > + "cookingchannel", // cookingchannel Lifestyle Domain Holdings, >> Inc. >> > "cool", // cool Koko Lake, LLC >> > "coop", // coop DotCooperation LLC >> > "corsica", // corsica Collectivité Territoriale de Corse >> > @@ -503,6 +544,8 @@ public class DomainValidator implements >> > "datsun", // datsun NISSAN MOTOR CO., LTD. >> > "day", // day Charleston Road Registry Inc. >> > "dclk", // dclk Charleston Road Registry Inc. >> > + "dds", // dds Minds + Machines Group Limited >> > + "deal", // deal Amazon Registry Services, Inc. >> > "dealer", // dealer Dealer Dot Com, Inc. >> > "deals", // deals Sand Sunset, LLC >> > "degree", // degree United TLD Holdco, Ltd >> > @@ -516,21 +559,32 @@ public class DomainValidator implements >> > "desi", // desi Desi Networks LLC >> > "design", // design Top Level Design, LLC >> > "dev", // dev Charleston Road Registry Inc. >> > + "dhl", // dhl Deutsche Post AG >> > "diamonds", // diamonds John Edge, LLC >> > "diet", // diet Uniregistry, Corp. >> > "digital", // digital Dash Park, LLC >> > "direct", // direct Half Trail, LLC >> > "directory", // directory Extra Madison, LLC >> > "discount", // discount Holly Hill, LLC >> > + "discover", // discover Discover Financial Services >> > + "dish", // dish Dish DBS Corporation >> > "dnp", // dnp Dai Nippon Printing Co., Ltd. >> > "docs", // docs Charleston Road Registry Inc. >> > + "doctor", // doctor Brice Trail, LLC >> > + "dodge", // dodge FCA US LLC. >> > "dog", // dog Koko Mill, LLC >> > "doha", // doha Communications Regulatory Authority (CRA) >> > "domains", // domains Sugar Cross, LLC >> > -// "doosan", // doosan Doosan Corporation (retired) >> > +// "doosan", // doosan Doosan Corporation (retired) >> > + "dot", // dot Dish DBS Corporation >> > "download", // download dot Support Limited >> > "drive", // drive Charleston Road Registry Inc. >> > + "dtv", // dtv Dish DBS Corporation >> > "dubai", // dubai Dubai Smart Government Department >> > + "duck", // duck Johnson Shareholdings, Inc. >> > + "dunlop", // dunlop The Goodyear Tire & Rubber Company >> > + "duns", // duns The Dun & Bradstreet Corporation >> > + "dupont", // dupont E. I. du Pont de Nemours and Company >> > "durban", // durban ZA Central Registry NPC trading as ZA >> Central >> > Registry >> > "dvag", // dvag Deutsche Vermögensberatung Aktiengesellschaft >> DVAG >> > "earth", // earth Interlink Co., Ltd. >> > @@ -544,11 +598,14 @@ public class DomainValidator implements >> > "engineer", // engineer United TLD Holdco Ltd. >> > "engineering", // engineering Romeo Canyon >> > "enterprises", // enterprises Snow Oaks, LLC >> > + "epost", // epost Deutsche Post AG >> > "epson", // epson Seiko Epson Corporation >> > "equipment", // equipment Corn Station, LLC >> > + "ericsson", // ericsson Telefonaktiebolaget L M Ericsson >> > "erni", // erni ERNI Group Holding AG >> > "esq", // esq Charleston Road Registry Inc. >> > "estate", // estate Trixy Park, LLC >> > + "esurance", // esurance Esurance Insurance Company >> > "eurovision", // eurovision European Broadcasting Union (EBU) >> > "eus", // eus Puntueus Fundazioa >> > "events", // events Pioneer Maple, LLC >> > @@ -566,14 +623,20 @@ public class DomainValidator implements >> > "fan", // fan Asiamix Digital Ltd >> > "fans", // fans Asiamix Digital Limited >> > "farm", // farm Just Maple, LLC >> > + "farmers", // farmers Farmers Insurance Exchange >> > "fashion", // fashion Top Level Domain Holdings Limited >> > "fast", // fast Amazon Registry Services, Inc. >> > + "fedex", // fedex Federal Express Corporation >> > "feedback", // feedback Top Level Spectrum, Inc. >> > + "ferrari", // ferrari Fiat Chrysler Automobiles N.V. >> > "ferrero", // ferrero Ferrero Trading Lux S.A. >> > + "fiat", // fiat Fiat Chrysler Automobiles N.V. >> > + "fidelity", // fidelity Fidelity Brokerage Services LLC >> > "film", // film Motion Picture Domain Registry Pty Ltd >> > "final", // final Núcleo de Informação e Coordenação do >> Ponto >> > BR - NIC.br >> > "finance", // finance Cotton Cypress, LLC >> > "financial", // financial Just Cover, LLC >> > + "fire", // fire Amazon Registry Services, Inc. >> > "firestone", // firestone Bridgestone Corporation >> > "firmdale", // firmdale Firmdale Holdings Limited >> > "fish", // fish Fox Woods, LLC >> > @@ -582,11 +645,13 @@ public class DomainValidator implements >> > "fitness", // fitness Brice Orchard, LLC >> > "flickr", // flickr Yahoo! Domain Services Inc. >> > "flights", // flights Fox Station, LLC >> > + "flir", // flir FLIR Systems, Inc. >> > "florist", // florist Half Cypress, LLC >> > "flowers", // flowers Uniregistry, Corp. >> > - "flsmidth", // flsmidth FLSmidth A/S >> > +// "flsmidth", // flsmidth FLSmidth A/S retired 2016-07-22 >> > "fly", // fly Charleston Road Registry Inc. >> > "foo", // foo Charleston Road Registry Inc. >> > + "foodnetwork", // foodnetwork Lifestyle Domain Holdings, Inc. >> > "football", // football Foggy Farms, LLC >> > "ford", // ford Ford Motor Company >> > "forex", // forex DOTFOREX REGISTRY LTD >> > @@ -597,8 +662,11 @@ public class DomainValidator implements >> > "fresenius", // fresenius Fresenius Immobilien-Verwaltungs-GmbH >> > "frl", // frl FRLregistry B.V. >> > "frogans", // frogans OP3FT >> > + "frontdoor", // frontdoor Lifestyle Domain Holdings, Inc. >> > "frontier", // frontier Frontier Communications Corporation >> > "ftr", // ftr Frontier Communications Corporation >> > + "fujitsu", // fujitsu Fujitsu Limited >> > + "fujixerox", // fujixerox Xerox DNHC LLC >> > "fund", // fund John Castle, LLC >> > "furniture", // furniture Lone Fields, LLC >> > "futbol", // futbol United TLD Holdco, Ltd. >> > @@ -608,17 +676,21 @@ public class DomainValidator implements >> > "gallo", // gallo Gallo Vineyards, Inc. >> > "gallup", // gallup Gallup, Inc. >> > "game", // game Uniregistry, Corp. >> > + "games", // games United TLD Holdco Ltd. >> > + "gap", // gap The Gap, Inc. >> > "garden", // garden Top Level Domain Holdings Limited >> > "gbiz", // gbiz Charleston Road Registry Inc. >> > "gdn", // gdn Joint Stock Company "Navigation-information >> systems" >> > "gea", // gea GEA Group Aktiengesellschaft >> > "gent", // gent COMBELL GROUP NV/SA >> > "genting", // genting Resorts World Inc. Pte. Ltd. >> > + "george", // george Wal-Mart Stores, Inc. >> > "ggee", // ggee GMO Internet, Inc. >> > "gift", // gift Uniregistry, Corp. >> > "gifts", // gifts Goose Sky, LLC >> > "gives", // gives United TLD Holdco Ltd. >> > "giving", // giving Giving Limited >> > + "glade", // glade Johnson Shareholdings, Inc. >> > "glass", // glass Black Cover, LLC >> > "gle", // gle Charleston Road Registry Inc. >> > "global", // global Dot Global Domain Registry Limited >> > @@ -627,10 +699,13 @@ public class DomainValidator implements >> > "gmbh", // gmbh Extra Dynamite, LLC >> > "gmo", // gmo GMO Internet, Inc. >> > "gmx", // gmx 1&1 Mail & Media GmbH >> > + "godaddy", // godaddy Go Daddy East, LLC >> > "gold", // gold June Edge, LLC >> > "goldpoint", // goldpoint YODOBASHI CAMERA CO.,LTD. >> > "golf", // golf Lone Falls, LLC >> > "goo", // goo NTT Resonant Inc. >> > + "goodhands", // goodhands Allstate Fire and Casualty Insurance >> > Company >> > + "goodyear", // goodyear The Goodyear Tire & Rubber Company >> > "goog", // goog Charleston Road Registry Inc. >> > "google", // google Charleston Road Registry Inc. >> > "gop", // gop Republican State Leadership Committee, Inc. >> > @@ -642,6 +717,7 @@ public class DomainValidator implements >> > "green", // green Afilias Limited >> > "gripe", // gripe Corn Sunset, LLC >> > "group", // group Romeo Town, LLC >> > + "guardian", // guardian The Guardian Life Insurance Company of >> > America >> > "gucci", // gucci Guccio Gucci S.p.a. >> > "guge", // guge Charleston Road Registry Inc. >> > "guide", // guide Snow Moon, LLC >> > @@ -650,6 +726,8 @@ public class DomainValidator implements >> > "hamburg", // hamburg Hamburg Top-Level-Domain GmbH >> > "hangout", // hangout Charleston Road Registry Inc. >> > "haus", // haus United TLD Holdco, LTD. >> > + "hbo", // hbo HBO Registry Services, Inc. >> > + "hdfc", // hdfc HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED >> > "hdfcbank", // hdfcbank HDFC Bank Limited >> > "health", // health DotHealth, LLC >> > "healthcare", // healthcare Silver Glen, LLC >> > @@ -657,32 +735,44 @@ public class DomainValidator implements >> > "helsinki", // helsinki City of Helsinki >> > "here", // here Charleston Road Registry Inc. >> > "hermes", // hermes Hermes International >> > + "hgtv", // hgtv Lifestyle Domain Holdings, Inc. >> > "hiphop", // hiphop Uniregistry, Corp. >> > + "hisamitsu", // hisamitsu Hisamitsu Pharmaceutical Co.,Inc. >> > "hitachi", // hitachi Hitachi, Ltd. >> > "hiv", // hiv dotHIV gemeinnuetziger e.V. >> > + "hkt", // hkt PCCW-HKT DataCom Services Limited >> > "hockey", // hockey Half Willow, LLC >> > "holdings", // holdings John Madison, LLC >> > "holiday", // holiday Goose Woods, LLC >> > "homedepot", // homedepot Homer TLC, Inc. >> > + "homegoods", // homegoods The TJX Companies, Inc. >> > "homes", // homes DERHomes, LLC >> > + "homesense", // homesense The TJX Companies, Inc. >> > "honda", // honda Honda Motor Co., Ltd. >> > + "honeywell", // honeywell Honeywell GTLD LLC >> > "horse", // horse Top Level Domain Holdings Limited >> > "host", // host DotHost Inc. >> > "hosting", // hosting Uniregistry, Corp. >> > + "hot", // hot Amazon Registry Services, Inc. >> > "hoteles", // hoteles Travel Reservations SRL >> > "hotmail", // hotmail Microsoft Corporation >> > "house", // house Sugar Park, LLC >> > "how", // how Charleston Road Registry Inc. >> > "hsbc", // hsbc HSBC Holdings PLC >> > "htc", // htc HTC corporation >> > + "hughes", // hughes Hughes Satellite Systems Corporation >> > + "hyatt", // hyatt Hyatt GTLD, L.L.C. >> > "hyundai", // hyundai Hyundai Motor Company >> > "ibm", // ibm International Business Machines Corporation >> > "icbc", // icbc Industrial and Commercial Bank of China Limited >> > "ice", // ice IntercontinentalExchange, Inc. >> > "icu", // icu One.com A/S >> > + "ieee", // ieee IEEE Global LLC >> > "ifm", // ifm ifm electronic gmbh >> > "iinet", // iinet Connect West Pty. Ltd. >> > + "ikano", // ikano Ikano S.A. >> > "imamat", // imamat Fondation Aga Khan (Aga Khan Foundation) >> > + "imdb", // imdb Amazon Registry Services, Inc. >> > "immo", // immo Auburn Bloom, LLC >> > "immobilien", // immobilien United TLD Holdco Ltd. >> > "industries", // industries Outer House, LLC >> > @@ -694,7 +784,9 @@ public class DomainValidator implements >> > "insurance", // insurance fTLD Registry Services LLC >> > "insure", // insure Pioneer Willow, LLC >> > "int", // int Internet Assigned Numbers Authority >> > + "intel", // intel Intel Corporation >> > "international", // international Wild Way, LLC >> > + "intuit", // intuit Intuit Administrative Services, Inc. >> > "investments", // investments Holly Glen, LLC >> > "ipiranga", // ipiranga Ipiranga Produtos de Petroleo S.A. >> > "irish", // irish Dot-Irish LLC >> > @@ -703,11 +795,13 @@ public class DomainValidator implements >> > "ist", // ist Istanbul Metropolitan Municipality >> > "istanbul", // istanbul Istanbul Metropolitan Municipality / >> Medya >> > A.S. >> > "itau", // itau Itau Unibanco Holding S.A. >> > + "itv", // itv ITV Services Limited >> > "iwc", // iwc Richemont DNS Inc. >> > "jaguar", // jaguar Jaguar Land Rover Ltd >> > "java", // java Oracle Corporation >> > "jcb", // jcb JCB Co., Ltd. >> > "jcp", // jcp JCP Media, Inc. >> > + "jeep", // jeep FCA US LLC. >> > "jetzt", // jetzt New TLD Company AB >> > "jewelry", // jewelry Wild Bloom, LLC >> > "jlc", // jlc Richemont DNS Inc. >> > @@ -721,6 +815,7 @@ public class DomainValidator implements >> > "jpmorgan", // jpmorgan JPMorgan Chase & Co. >> > "jprs", // jprs Japan Registry Services Co., Ltd. >> > "juegos", // juegos Uniregistry, Corp. >> > + "juniper", // juniper JUNIPER NETWORKS, INC. >> > "kaufen", // kaufen United TLD Holdco Ltd. >> > "kddi", // kddi KDDI CORPORATION >> > "kerryhotels", // kerryhotels Kerry Trading Co. Limited >> > @@ -730,10 +825,12 @@ public class DomainValidator implements >> > "kia", // kia KIA MOTORS CORPORATION >> > "kim", // kim Afilias Limited >> > "kinder", // kinder Ferrero Trading Lux S.A. >> > + "kindle", // kindle Amazon Registry Services, Inc. >> > "kitchen", // kitchen Just Goodbye, LLC >> > "kiwi", // kiwi DOT KIWI LIMITED >> > "koeln", // koeln NetCologne Gesellschaft für Telekommunikation >> > mbH >> > "komatsu", // komatsu Komatsu Ltd. >> > + "kosher", // kosher Kosher Marketing Assets LLC >> > "kpmg", // kpmg KPMG International Cooperative (KPMG >> International >> > Genossenschaft) >> > "kpn", // kpn Koninklijke KPN N.V. >> > "krd", // krd KRG Department of Information Technology >> > @@ -741,21 +838,27 @@ public class DomainValidator implements >> > "kuokgroup", // kuokgroup Kerry Trading Co. Limited >> > "kyoto", // kyoto Academic Institution: Kyoto Jyoho Gakuen >> > "lacaixa", // lacaixa CAIXA D'ESTALVIS I PENSIONS DE >> BARCELONA >> > + "ladbrokes", // ladbrokes LADBROKES INTERNATIONAL PLC >> > "lamborghini", // lamborghini Automobili Lamborghini S.p.A. >> > "lamer", // lamer The Estée Lauder Companies Inc. >> > "lancaster", // lancaster LANCASTER >> > + "lancia", // lancia Fiat Chrysler Automobiles N.V. >> > + "lancome", // lancome L'Oréal >> > "land", // land Pine Moon, LLC >> > "landrover", // landrover Jaguar Land Rover Ltd >> > "lanxess", // lanxess LANXESS Corporation >> > "lasalle", // lasalle Jones Lang LaSalle Incorporated >> > "lat", // lat ECOM-LAC Federación de Latinoamérica y el Caribe >> > para Internet y el Comercio Electrónico >> > + "latino", // latino Dish DBS Corporation >> > "latrobe", // latrobe La Trobe University >> > "law", // law Minds + Machines Group Limited >> > "lawyer", // lawyer United TLD Holdco, Ltd >> > "lds", // lds IRI Domain Management, LLC >> > "lease", // lease Victor Trail, LLC >> > "leclerc", // leclerc A.C.D. LEC Association des Centres >> > Distributeurs Edouard Leclerc >> > + "lefrak", // lefrak LeFrak Organization, Inc. >> > "legal", // legal Blue Falls, LLC >> > + "lego", // lego LEGO Juris A/S >> > "lexus", // lexus TOYOTA MOTOR CORPORATION >> > "lgbt", // lgbt Afilias Limited >> > "liaison", // liaison Liaison Technologies, Incorporated >> > @@ -765,27 +868,35 @@ public class DomainValidator implements >> > "lifestyle", // lifestyle Lifestyle Domain Holdings, Inc. >> > "lighting", // lighting John McCook, LLC >> > "like", // like Amazon Registry Services, Inc. >> > + "lilly", // lilly Eli Lilly and Company >> > "limited", // limited Big Fest, LLC >> > "limo", // limo Hidden Frostbite, LLC >> > "lincoln", // lincoln Ford Motor Company >> > "linde", // linde Linde Aktiengesellschaft >> > "link", // link Uniregistry, Corp. >> > + "lipsy", // lipsy Lipsy Ltd >> > "live", // live United TLD Holdco Ltd. >> > "living", // living Lifestyle Domain Holdings, Inc. >> > "lixil", // lixil LIXIL Group Corporation >> > "loan", // loan dot Loan Limited >> > "loans", // loans June Woods, LLC >> > + "locker", // locker Dish DBS Corporation >> > "locus", // locus Locus Analytics LLC >> > + "loft", // loft Annco, Inc. >> > "lol", // lol Uniregistry, Corp. >> > "london", // london Dot London Domains Limited >> > "lotte", // lotte Lotte Holdings Co., Ltd. >> > "lotto", // lotto Afilias Limited >> > "love", // love Merchant Law Group LLP >> > + "lpl", // lpl LPL Holdings, Inc. >> > + "lplfinancial", // lplfinancial LPL Holdings, Inc. >> > "ltd", // ltd Over Corner, LLC >> > "ltda", // ltda InterNetX Corp. >> > + "lundbeck", // lundbeck H. Lundbeck A/S >> > "lupin", // lupin LUPIN LIMITED >> > "luxe", // luxe Top Level Domain Holdings Limited >> > "luxury", // luxury Luxury Partners LLC >> > + "macys", // macys Macys, Inc. >> > "madrid", // madrid Comunidad de Madrid >> > "maif", // maif Mutuelle Assurance Instituteur France (MAIF) >> > "maison", // maison Victor Frostbite, LLC >> > @@ -797,7 +908,13 @@ public class DomainValidator implements >> > "marketing", // marketing Fern Pass, LLC >> > "markets", // markets DOTMARKETS REGISTRY LTD >> > "marriott", // marriott Marriott Worldwide Corporation >> > + "marshalls", // marshalls The TJX Companies, Inc. >> > + "maserati", // maserati Fiat Chrysler Automobiles N.V. >> > + "mattel", // mattel Mattel Sites, Inc. >> > "mba", // mba Lone Hollow, LLC >> > + "mcd", // mcd McDonald’s Corporation >> > + "mcdonalds", // mcdonalds McDonald’s Corporation >> > + "mckinsey", // mckinsey McKinsey Holdings, Inc. >> > "med", // med Medistry LLC >> > "media", // media Grand Glen, LLC >> > "meet", // meet Afilias Limited >> > @@ -807,10 +924,15 @@ public class DomainValidator implements >> > "men", // men Exclusive Registry Limited >> > "menu", // menu Wedding TLD2, LLC >> > "meo", // meo PT Comunicacoes S.A. >> > + "metlife", // metlife MetLife Services and Solutions, LLC >> > "miami", // miami Top Level Domain Holdings Limited >> > "microsoft", // microsoft Microsoft Corporation >> > "mil", // mil DoD Network Information Center >> > "mini", // mini Bayerische Motoren Werke Aktiengesellschaft >> > + "mint", // mint Intuit Administrative Services, Inc. >> > + "mit", // mit Massachusetts Institute of Technology >> > + "mitsubishi", // mitsubishi Mitsubishi Corporation >> > + "mlb", // mlb MLB Advanced Media DH, LLC >> > "mls", // mls The Canadian Real Estate Association >> > "mma", // mma MMA IARD >> > "mobi", // mobi Afilias Technologies Limited dba dotMobi >> > @@ -822,6 +944,7 @@ public class DomainValidator implements >> > "monash", // monash Monash University >> > "money", // money Outer McCook, LLC >> > "montblanc", // montblanc Richemont DNS Inc. >> > + "mopar", // mopar FCA US LLC. >> > "mormon", // mormon IRI Domain Management, LLC >> > ("Applicant") >> > "mortgage", // mortgage United TLD Holdco, Ltd >> > "moscow", // moscow Foundation for Assistance for Internet >> > Technologies and Infrastructure Development (FAITID) >> > @@ -829,28 +952,37 @@ public class DomainValidator implements >> > "mov", // mov Charleston Road Registry Inc. >> > "movie", // movie New Frostbite, LLC >> > "movistar", // movistar Telefónica S.A. >> > + "msd", // msd MSD Registry Holdings, Inc. >> > "mtn", // mtn MTN Dubai Limited >> > "mtpc", // mtpc Mitsubishi Tanabe Pharma Corporation >> > "mtr", // mtr MTR Corporation Limited >> > "museum", // museum Museum Domain Management Association >> > "mutual", // mutual Northwestern Mutual MU TLD Registry, LLC >> > "mutuelle", // mutuelle Fédération Nationale de la Mutualité >> > Française >> > + "nab", // nab National Australia Bank Limited >> > "nadex", // nadex Nadex Domains, Inc >> > "nagoya", // nagoya GMO Registry, Inc. >> > "name", // name VeriSign Information Services, Inc. >> > + "nationwide", // nationwide Nationwide Mutual Insurance Company >> > "natura", // natura NATURA COSMÉTICOS S.A. >> > "navy", // navy United TLD Holdco Ltd. >> > + "nba", // nba NBA REGISTRY, LLC >> > "nec", // nec NEC Corporation >> > "net", // net VeriSign Global Registry Services >> > "netbank", // netbank COMMONWEALTH BANK OF AUSTRALIA >> > + "netflix", // netflix Netflix, Inc. >> > "network", // network Trixy Manor, LLC >> > "neustar", // neustar NeuStar, Inc. >> > "new", // new Charleston Road Registry Inc. >> > "news", // news United TLD Holdco Ltd. >> > + "next", // next Next plc >> > + "nextdirect", // nextdirect Next plc >> > "nexus", // nexus Charleston Road Registry Inc. >> > + "nfl", // nfl NFL Reg Ops LLC >> > "ngo", // ngo Public Interest Registry >> > "nhk", // nhk Japan Broadcasting Corporation (NHK) >> > "nico", // nico DWANGO Co., Ltd. >> > + "nike", // nike NIKE, Inc. >> > "nikon", // nikon NIKON CORPORATION >> > "ninja", // ninja United TLD Holdco Ltd. >> > "nissan", // nissan NISSAN MOTOR CO., LTD. >> > @@ -858,30 +990,42 @@ public class DomainValidator implements >> > "nokia", // nokia Nokia Corporation >> > "northwesternmutual", // northwesternmutual Northwestern Mutual >> > Registry, LLC >> > "norton", // norton Symantec Corporation >> > + "now", // now Amazon Registry Services, Inc. >> > "nowruz", // nowruz Asia Green IT System Bilgisayar San. ve Tic. >> > Ltd. Sti. >> > + "nowtv", // nowtv Starbucks (HK) Limited >> > "nra", // nra NRA Holdings Company, INC. >> > "nrw", // nrw Minds + Machines GmbH >> > "ntt", // ntt NIPPON TELEGRAPH AND TELEPHONE CORPORATION >> > "nyc", // nyc The City of New York by and through the New York >> > City Department of Information Technology & Telecommunications >> > "obi", // obi OBI Group Holding SE & Co. KGaA >> > + "off", // off Johnson Shareholdings, Inc. >> > "office", // office Microsoft Corporation >> > "okinawa", // okinawa BusinessRalliart inc. >> > + "olayan", // olayan Crescent Holding GmbH >> > + "olayangroup", // olayangroup Crescent Holding GmbH >> > + "oldnavy", // oldnavy The Gap, Inc. >> > + "ollo", // ollo Dish DBS Corporation >> > "omega", // omega The Swatch Group Ltd >> > "one", // one One.com A/S >> > "ong", // ong Public Interest Registry >> > "onl", // onl I-REGISTRY Ltd., Niederlassung Deutschland >> > "online", // online DotOnline Inc. >> > + "onyourside", // onyourside Nationwide Mutual Insurance Company >> > "ooo", // ooo INFIBEAM INCORPORATION LIMITED >> > + "open", // open American Express Travel Related Services >> Company, >> > Inc. >> > "oracle", // oracle Oracle Corporation >> > "orange", // orange Orange Brand Services Limited >> > "org", // org Public Interest Registry (PIR) >> > "organic", // organic Afilias Limited >> > + "orientexpress", // orientexpress Orient Express >> > "origins", // origins The Estée Lauder Companies Inc. >> > "osaka", // osaka Interlink Co., Ltd. >> > "otsuka", // otsuka Otsuka Holdings Co., Ltd. >> > + "ott", // ott Dish DBS Corporation >> > "ovh", // ovh OVH SAS >> > "page", // page Charleston Road Registry Inc. >> > "pamperedchef", // pamperedchef The Pampered Chef, Ltd. >> > + "panasonic", // panasonic Panasonic Corporation >> > "panerai", // panerai Richemont DNS Inc. >> > "paris", // paris City of Paris >> > "pars", // pars Asia Green IT System Bilgisayar San. ve Tic. >> Ltd. >> > Sti. >> > @@ -889,7 +1033,10 @@ public class DomainValidator implements >> > "parts", // parts Sea Goodbye, LLC >> > "party", // party Blue Sky Registry Limited >> > "passagens", // passagens Travel Reservations SRL >> > + "pay", // pay Amazon Registry Services, Inc. >> > + "pccw", // pccw PCCW Enterprises Limited >> > "pet", // pet Afilias plc >> > + "pfizer", // pfizer Pfizer Inc. >> > "pharmacy", // pharmacy National Association of Boards of >> Pharmacy >> > "philips", // philips Koninklijke Philips N.V. >> > "photo", // photo Uniregistry, Corp. >> > @@ -904,18 +1051,23 @@ public class DomainValidator implements >> > "pin", // pin Amazon Registry Services, Inc. >> > "ping", // ping Ping Registry Provider, Inc. >> > "pink", // pink Afilias Limited >> > + "pioneer", // pioneer Pioneer Corporation >> > "pizza", // pizza Foggy Moon, LLC >> > "place", // place Snow Galley, LLC >> > "play", // play Charleston Road Registry Inc. >> > "playstation", // playstation Sony Computer Entertainment Inc. >> > "plumbing", // plumbing Spring Tigers, LLC >> > "plus", // plus Sugar Mill, LLC >> > + "pnc", // pnc PNC Domain Co., LLC >> > "pohl", // pohl Deutsche Vermögensberatung Aktiengesellschaft >> DVAG >> > "poker", // poker Afilias Domains No. 5 Limited >> > + "politie", // politie Politie Nederland >> > "porn", // porn ICM Registry PN LLC >> > "post", // post Universal Postal Union >> > + "pramerica", // pramerica Prudential Financial, Inc. >> > "praxi", // praxi Praxi S.p.A. >> > "press", // press DotPress Inc. >> > + "prime", // prime Amazon Registry Services, Inc. >> > "pro", // pro Registry Services Corporation dba RegistryPro >> > "prod", // prod Charleston Road Registry Inc. >> > "productions", // productions Magic Birch, LLC >> > @@ -925,13 +1077,18 @@ public class DomainValidator implements >> > "properties", // properties Big Pass, LLC >> > "property", // property Uniregistry, Corp. >> > "protection", // protection XYZ.COM LLC >> > + "pru", // pru Prudential Financial, Inc. >> > + "prudential", // prudential Prudential Financial, Inc. >> > "pub", // pub United TLD Holdco Ltd. >> > "pwc", // pwc PricewaterhouseCoopers LLP >> > "qpon", // qpon dotCOOL, Inc. >> > "quebec", // quebec PointQuébec Inc >> > "quest", // quest Quest ION Limited >> > + "qvc", // qvc QVC, Inc. >> > "racing", // racing Premier Registry Limited >> > + "raid", // raid Johnson Shareholdings, Inc. >> > "read", // read Amazon Registry Services, Inc. >> > + "realestate", // realestate dotRealEstate LLC >> > "realtor", // realtor Real Estate Domains LLC >> > "realty", // realty Fegistry, LLC >> > "recipes", // recipes Grand Island, LLC >> > @@ -954,7 +1111,9 @@ public class DomainValidator implements >> > "reviews", // reviews United TLD Holdco, Ltd. >> > "rexroth", // rexroth Robert Bosch GMBH >> > "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. >> > "rio", // rio Empresa Municipal de Informática SA - IPLANRIO >> > "rip", // rip United TLD Holdco Ltd. >> > "rocher", // rocher Ferrero Trading Lux S.A. >> > @@ -972,6 +1131,7 @@ public class DomainValidator implements >> > "sakura", // sakura SAKURA Internet Inc. >> > "sale", // sale United TLD Holdco, Ltd >> > "salon", // salon Outer Orchard, LLC >> > + "samsclub", // samsclub Wal-Mart Stores, Inc. >> > "samsung", // samsung SAMSUNG SDS CO., LTD >> > "sandvik", // sandvik Sandvik AB >> > "sandvikcoromant", // sandvikcoromant Sandvik AB >> > @@ -980,6 +1140,7 @@ public class DomainValidator implements >> > "sapo", // sapo PT Comunicacoes S.A. >> > "sarl", // sarl Delta Orchard, LLC >> > "sas", // sas Research IP LLC >> > + "save", // save Amazon Registry Services, Inc. >> > "saxo", // saxo Saxo Bank A/S >> > "sbi", // sbi STATE BANK OF INDIA >> > "sbs", // sbs SPECIAL BROADCASTING SERVICE CORPORATION >> > @@ -992,28 +1153,36 @@ public class DomainValidator implements >> > "schule", // schule Outer Moon, LLC >> > "schwarz", // schwarz Schwarz Domains und Services GmbH & >> Co. >> > KG >> > "science", // science dot Science Limited >> > + "scjohnson", // scjohnson Johnson Shareholdings, Inc. >> > "scor", // scor SCOR SE >> > "scot", // scot Dot Scot Registry Limited >> > "seat", // seat SEAT, S.A. (Sociedad Unipersonal) >> > + "secure", // secure Amazon Registry Services, Inc. >> > "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 >> > + "ses", // ses SES >> > "seven", // seven Seven West Media Ltd >> > "sew", // sew SEW-EURODRIVE GmbH & Co KG >> > "sex", // sex ICM Registry SX LLC >> > "sexy", // sexy Uniregistry, Corp. >> > "sfr", // sfr Societe Francaise du Radiotelephone - SFR >> > + "shangrila", // shangrila Shangri†La International Hotel >> > Management Limited >> > "sharp", // sharp Sharp Corporation >> > "shaw", // shaw Shaw Cablesystems G.P. >> > "shell", // shell Shell Information Technology International Inc >> > "shia", // shia Asia Green IT System Bilgisayar San. ve Tic. >> Ltd. >> > Sti. >> > "shiksha", // shiksha Afilias Limited >> > "shoes", // shoes Binky Galley, LLC >> > + "shop", // shop GMO Registry, Inc. >> > + "shopping", // shopping Over Keep, LLC >> > "shouji", // shouji QIHOO 360 TECHNOLOGY CO. LTD. >> > "show", // show Snow Beach, LLC >> > + "showtime", // showtime CBS Domains Inc. >> > "shriram", // shriram Shriram Capital Ltd. >> > + "silk", // silk Amazon Registry Services, Inc. >> > "sina", // sina Sina Corporation >> > "singles", // singles Fern Madison, LLC >> > "site", // site DotSite Inc. >> > @@ -1021,6 +1190,8 @@ public class DomainValidator implements >> > "skin", // skin L'Oréal >> > "sky", // sky Sky International AG >> > "skype", // skype Microsoft Corporation >> > + "sling", // sling Hughes Satellite Systems Corporation >> > + "smart", // smart Smart Communications, Inc. (SMART) >> > "smile", // smile Amazon Registry Services, Inc. >> > "sncf", // sncf SNCF (Société Nationale des Chemins de fer >> > Francais) >> > "soccer", // soccer Foggy Shadow, LLC >> > @@ -1038,7 +1209,9 @@ public class DomainValidator implements >> > "spot", // spot Amazon Registry Services, Inc. >> > "spreadbetting", // spreadbetting DOTSPREADBETTING REGISTRY LTD >> > "srl", // srl InterNetX Corp. >> > + "srt", // srt FCA US LLC. >> > "stada", // stada STADA Arzneimittel AG >> > + "staples", // staples Staples, Inc. >> > "star", // star Star India Private Limited >> > "starhub", // starhub StarHub Limited >> > "statebank", // statebank STATE BANK OF INDIA >> > @@ -1061,6 +1234,7 @@ public class DomainValidator implements >> > "surgery", // surgery Tin Avenue, LLC >> > "suzuki", // suzuki SUZUKI MOTOR CORPORATION >> > "swatch", // swatch The Swatch Group Ltd >> > + "swiftcover", // swiftcover Swiftcover Insurance Services >> Limited >> > "swiss", // swiss Swiss Confederation >> > "sydney", // sydney State of New South Wales, Department of >> > Premier and Cabinet >> > "symantec", // symantec Symantec Corporation >> > @@ -1069,12 +1243,14 @@ public class DomainValidator implements >> > "taipei", // taipei Taipei City Government >> > "talk", // talk Amazon Registry Services, Inc. >> > "taobao", // taobao Alibaba Group Holding Limited >> > + "target", // target Target Domain Holdings, LLC >> > "tatamotors", // tatamotors Tata Motors Ltd >> > "tatar", // tatar Limited Liability Company "Coordination >> > Center of Regional Domain of Tatarstan Republic" >> > "tattoo", // tattoo Uniregistry, Corp. >> > "tax", // tax Storm Orchard, LLC >> > "taxi", // taxi Pine Falls, LLC >> > "tci", // tci Asia Green IT System Bilgisayar San. ve Tic. Ltd. >> > Sti. >> > + "tdk", // tdk TDK Corporation >> > "team", // team Atomic Lake, LLC >> > "tech", // tech Dot Tech LLC >> > "technology", // technology Auburn Falls, LLC >> > @@ -1087,12 +1263,16 @@ public class DomainValidator implements >> > "thd", // thd Homer TLC, Inc. >> > "theater", // theater Blue Tigers, LLC >> > "theatre", // theatre XYZ.COM LLC >> > + "tiaa", // tiaa Teachers Insurance and Annuity Association of >> > America >> > "tickets", // tickets Accent Media Limited >> > "tienda", // tienda Victor Manor, LLC >> > "tiffany", // tiffany Tiffany and Company >> > "tips", // tips Corn Willow, LLC >> > "tires", // tires Dog Edge, LLC >> > "tirol", // tirol punkt Tirol GmbH >> > + "tjmaxx", // tjmaxx The TJX Companies, Inc. >> > + "tjx", // tjx The TJX Companies, Inc. >> > + "tkmaxx", // tkmaxx The TJX Companies, Inc. >> > "tmall", // tmall Alibaba Group Holding Limited >> > "today", // today Pearl Woods, LLC >> > "tokyo", // tokyo GMO Registry, Inc. >> > @@ -1109,6 +1289,7 @@ public class DomainValidator implements >> > "trading", // trading DOTTRADING REGISTRY LTD >> > "training", // training Wild Willow, LLC >> > "travel", // travel Tralliance Registry Management Company, LLC. >> > + "travelchannel", // travelchannel Lifestyle Domain Holdings, >> Inc. >> > "travelers", // travelers Travelers TLD, LLC >> > "travelersinsurance", // travelersinsurance Travelers TLD, LLC >> > "trust", // trust Artemis Internet Inc >> > @@ -1118,11 +1299,14 @@ public class DomainValidator implements >> > "tunes", // tunes Amazon Registry Services, Inc. >> > "tushu", // tushu Amazon Registry Services, Inc. >> > "tvs", // tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED >> > + "ubank", // ubank National Australia Bank Limited >> > "ubs", // ubs UBS AG >> > + "uconnect", // uconnect FCA US LLC. >> > "unicom", // unicom China United Network Communications >> > Corporation Limited >> > "university", // university Little Station, LLC >> > "uno", // uno Dot Latin LLC >> > "uol", // uol UBN INTERNET LTDA. >> > + "ups", // ups UPS Market Driver, Inc. >> > "vacations", // vacations Atomic Tigers, LLC >> > "vana", // vana Lifestyle Domain Holdings, Inc. >> > "vegas", // vegas Dot Vegas, Inc. >> > @@ -1138,10 +1322,12 @@ public class DomainValidator implements >> > "vin", // vin Holly Shadow, LLC >> > "vip", // vip Minds + Machines Group Limited >> > "virgin", // virgin Virgin Enterprises Limited >> > + "visa", // visa Visa Worldwide Pte. Limited >> > "vision", // vision Koko Station, LLC >> > "vista", // vista Vistaprint Limited >> > "vistaprint", // vistaprint Vistaprint Limited >> > "viva", // viva Saudi Telecom Company >> > + "vivo", // vivo Telefonica Brasil S.A. >> > "vlaanderen", // vlaanderen DNS.be vzw >> > "vodka", // vodka Top Level Domain Holdings Limited >> > "volkswagen", // volkswagen Volkswagen Group of America Inc. >> > @@ -1151,9 +1337,11 @@ public class DomainValidator implements >> > "voyage", // voyage Ruby House, LLC >> > "vuelos", // vuelos Travel Reservations SRL >> > "wales", // wales Nominet UK >> > + "walmart", // walmart Wal-Mart Stores, Inc. >> > "walter", // walter Sandvik AB >> > "wang", // wang Zodiac Registry Limited >> > "wanggou", // wanggou Amazon Registry Services, Inc. >> > + "warman", // warman Weir Group IP Limited >> > "watch", // watch Sand Shadow, LLC >> > "watches", // watches Richemont DNS Inc. >> > "weather", // weather The Weather Channel, LLC >> > @@ -1172,8 +1360,10 @@ public class DomainValidator implements >> > "win", // win First Registry Limited >> > "windows", // windows Microsoft Corporation >> > "wine", // wine June Station, LLC >> > + "winners", // winners The TJX Companies, Inc. >> > "wme", // wme William Morris Endeavor Entertainment, LLC >> > "wolterskluwer", // wolterskluwer Wolters Kluwer N.V. >> > + "woodside", // woodside Woodside Petroleum Limited >> > "work", // work Top Level Domain Holdings Limited >> > "works", // works Little Dynamite, LLC >> > "world", // world Bitter Fields, LLC >> > @@ -1181,6 +1371,7 @@ public class DomainValidator implements >> > "wtf", // wtf Hidden Way, LLC >> > "xbox", // xbox Microsoft Corporation >> > "xerox", // xerox Xerox DNHC LLC >> > + "xfinity", // xfinity Comcast IP Holdings I, LLC >> > "xihuan", // xihuan QIHOO 360 TECHNOLOGY CO. LTD. >> > "xin", // xin Elegant Leader Limited >> > "xn--11b4c3d", // कॉम VeriSign Sarl >> > @@ -1189,12 +1380,14 @@ public class DomainValidator implements >> > "xn--30rr7y", // 慈善 Excellent First Limited >> > "xn--3bst00m", // 集团 Eagle Horizon Limited >> > "xn--3ds443g", // 在线 TLD REGISTRY LIMITED >> > + "xn--3oq18vl8pn36a", // 大众汽车 Volkswagen (China) >> Investment >> > Co., Ltd. >> > "xn--3pxu8k", // 点看 VeriSign Sarl >> > "xn--42c2d9a", // คà¸à¸¡ VeriSign Sarl >> > "xn--45q11c", // å…«å ¦ Zodiac Scorpio Limited >> > "xn--4gbrim", // موقع Suhub Electronic Establishment >> > "xn--55qw42g", // 公益 China Organizational Name >> Administration >> > Center >> > "xn--55qx5d", // å…¬å ¸ Computer Network Information Center of >> > Chinese Academy of Sciences (China Internet Network Information >> Center) >> > + "xn--5su34j936bgsg", // é¦™æ ¼é‡Œæ‹‰ Shangri†La International >> > Hotel Management Limited >> > "xn--5tzm5g", // 网站 Global Website TLD Asia Limited >> > "xn--6frz82g", // 移动 Afilias Limited >> > "xn--6qq986b3xl", // æˆ‘çˆ±ä½ Tycoon Treasure Limited >> > @@ -1202,6 +1395,7 @@ public class DomainValidator implements >> > "xn--80asehdb", // онлайн CORE Association >> > "xn--80aswg", // Ñ Ð°Ð¹Ñ‚ CORE Association >> > "xn--8y0a063a", // è ”é€š China United Network Communications >> > Corporation Limited >> > + "xn--90ae", // бг Imena.BG Plc (NAMES.BG Plc) >> > "xn--9dbq2a", // ×§×•× VeriSign Sarl >> > "xn--9et52u", // æ—¶å°š RISE VICTORY LIMITED >> > "xn--9krt00a", // å¾®å š Sina Corporation >> > @@ -1224,6 +1418,7 @@ public class DomainValidator implements >> > "xn--fiq64b", // ä¸ä¿¡ CITIC Group Corporation >> > "xn--fjq720a", // å¨±ä¹ Will Bloom, LLC >> > "xn--flw351e", // è°·æŒ Charleston Road Registry Inc. >> > + "xn--fzys8d69uvgm", // 電訊盈科 PCCW Enterprises Limited >> > "xn--g2xx48c", // è´ç‰© Minds + Machines Group Limited >> > "xn--gckr3f0f", // クラウド Amazon Registry Services, Inc. >> > "xn--hxt814e", // 网店 Zodiac Libra Limited >> > @@ -1237,6 +1432,7 @@ public class DomainValidator implements >> > "xn--kpu716f", // 手表 Richemont DNS Inc. >> > "xn--kput3i", // 手机 Beijing RITT-Net Technology Development >> > Co., Ltd >> > "xn--mgba3a3ejt", // ارامكو Aramco Services Company >> > + "xn--mgba7c0bbn0a", // العليان Crescent Holding GmbH >> > "xn--mgbab2bd", // بازار CORE Association >> > "xn--mgbb9fbpob", // موبايلي GreenTech Consultancy >> Company >> > W.L.L. >> > "xn--mgbca7dzdo", // ابوظبي Abu Dhabi Systems and >> > Information Centre >> > @@ -1264,6 +1460,7 @@ public class DomainValidator implements >> > "xn--vhquv", // ä¼ ä¸š Dash McCook, LLC >> > "xn--vuq861b", // ä¿¡æ ¯ Beijing Tele-info Network Technology >> Co., >> > Ltd. >> > "xn--w4r85el8fhu5dnra", // 嘉里大酒店 Kerry Trading Co. >> > Limited >> > + "xn--w4rs40l", // 嘉里 Kerry Trading Co. Limited >> > "xn--xhq521b", // 广东 Guangzhou YU Wei Information Technology >> > Co., Ltd. >> > "xn--zfr164b", // 政务 China Organizational Name >> Administration >> > Center >> > "xperia", // xperia Sony Mobile Communications AB >> > @@ -1279,9 +1476,11 @@ public class DomainValidator implements >> > "you", // you Amazon Registry Services, Inc. >> > "youtube", // youtube Charleston Road Registry Inc. >> > "yun", // yun QIHOO 360 TECHNOLOGY CO. LTD. >> > + "zappos", // zappos Amazon Registry Services, Inc. >> > "zara", // zara Industria de Diseño Textil, S.A. (INDITEX, >> S.A.) >> > "zero", // zero Amazon Registry Services, Inc. >> > "zip", // zip Charleston Road Registry Inc. >> > + "zippo", // zippo Zadco Company >> > "zone", // zone Outer Falls, LLC >> > "zuerich", // zuerich Kanton Zürich (Canton of Zurich) >> > }; >> > >> > >> > >> > >> > >> > -- >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org >> > Java Persistence with Hibernate, Second Edition >> > <http://www.manning.com/bauer3/> >> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> >> > Spring Batch in Action <http://www.manning.com/templier/> >> > Blog: http://garygregory.wordpress.com >> > Home: http://garygregory.com/ >> > Tweet! http://twitter.com/GaryGregory >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org