8302182: Update Public Suffix List to 88467c9

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2023-04-26 17:30:22 +00:00
parent 8e36c05d6c
commit 01b8512911
5 changed files with 784 additions and 834 deletions
src/java.base/share
test/jdk/sun/security/util/RegisteredDomain

@ -1,2 +1,2 @@
Github: https://raw.githubusercontent.com/publicsuffix/list/3c213aab32b3c014f171b1673d4ce9b5cd72bf1c/public_suffix_list.dat
Date: 2021-11-27
Github: https://raw.githubusercontent.com/publicsuffix/list/88467c960d6cdad2ca1623e892e5e17506bc269f/public_suffix_list.dat
Date: 2023-04-14

File diff suppressed because it is too large Load Diff

@ -11,7 +11,7 @@ If you do not wish to use the Public Suffix List, you may remove the
The Source Code of this file is available under the
Mozilla Public License, v. 2.0 and is located at
https://raw.githubusercontent.com/publicsuffix/list/3c213aab32b3c014f171b1673d4ce9b5cd72bf1c/public_suffix_list.dat.
https://raw.githubusercontent.com/publicsuffix/list/88467c960d6cdad2ca1623e892e5e17506bc269f/public_suffix_list.dat.
If a copy of the MPL was not distributed with this file, you can obtain one
at https://mozilla.org/MPL/2.0/.

@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,7 +23,7 @@
/*
* @test
* @bug 8228969 8244087 8255266
* @bug 8228969 8244087 8255266 8302182
* @modules java.base/sun.security.util
* @summary unit test for RegisteredDomain
*/

@ -84,6 +84,10 @@ foo.fj fj foo.fj
www.foo.ie ie foo.ie
www.foo.gov.ie gov.ie foo.gov.ie
# in
5g.in 5g.in null
www.5g.in 5g.in www.5g.in
# it has a large number of entries
www.gr.it gr.it www.gr.it
www.blahblahblah.it it blahblahblah.it
@ -153,4 +157,8 @@ w.s.pvt.k12.ma.us pvt.k12.ma.us s.pvt.k12.ma.us
foo.السعودية السعودية foo.السعودية
w.foo.السعودية السعودية foo.السعودية
# Microsoft
1.azurestaticapps.net 1.azurestaticapps.net null
app.1.azurestaticapps.net 1.azurestaticapps.net app.1.azurestaticapps.net
## END