RFR: 8254049: Update WebView to public suffix list 2020-04-24 [v5]

Kevin Rushforth kcr at openjdk.java.net
Tue Dec 1 16:58:55 UTC 2020


On Tue, 1 Dec 2020 03:12:10 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:

>> We should use the public_suffix_list.dat file in the JDK instead. Reading the public_suffix_list.dat file is modified to be similar to [DomainName.java](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/sun/security/util/DomainName.java). If the file is not present, `isPublicSuffix()` returns `false`, which is similar to how WebKit ignores the public suffix check when it is disabled.
>> 
>> Test: Run PublicSuffixesTest.java
>
> Arun Joseph has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Concat log warning

Looks good.

-------------

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.java.net/jfx/pull/324


More information about the openjfx-dev mailing list