Skip to content

Commit e1b839e

Browse files
committedAug 28, 2023
8302182: Update Public Suffix List to 88467c9
Backport-of: ec2abc2d82bf737258ae8ee0bba8ba6a15e1dabb
1 parent 81806b7 commit e1b839e

File tree

5 files changed

+782
-832
lines changed

5 files changed

+782
-832
lines changed
 

‎make/data/publicsuffixlist/VERSION

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

‎make/data/publicsuffixlist/public_suffix_list.dat

+769-827
Large diffs are not rendered by default.

‎src/java.base/share/legal/public_suffix.md

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

‎test/jdk/sun/security/util/RegisteredDomain/ParseNames.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
2323

2424
/*
2525
* @test
26-
* @bug 8228969 8244087 8255266
26+
* @bug 8228969 8244087 8255266 8302182
2727
* @modules java.base/sun.security.util
2828
* @summary unit test for RegisteredDomain
2929
*/

‎test/jdk/sun/security/util/RegisteredDomain/tests.dat

+8
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ foo.fj fj foo.fj
8484
www.foo.ie ie foo.ie
8585
www.foo.gov.ie gov.ie foo.gov.ie
8686

87+
# in
88+
5g.in 5g.in null
89+
www.5g.in 5g.in www.5g.in
90+
8791
# it has a large number of entries
8892
www.gr.it gr.it www.gr.it
8993
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
153157
foo.السعودية السعودية foo.السعودية
154158
w.foo.السعودية السعودية foo.السعودية
155159

160+
# Microsoft
161+
1.azurestaticapps.net 1.azurestaticapps.net null
162+
app.1.azurestaticapps.net 1.azurestaticapps.net app.1.azurestaticapps.net
163+
156164
## END

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Aug 28, 2023

@openjdk-notifier[bot]
Please sign in to comment.