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

2020-12-02 Thread Guru Hb
On Tue, 1 Dec 2020 03:12:10 GMT, Arun Joseph 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 >>

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

2020-12-01 Thread Kevin Rushforth
On Tue, 1 Dec 2020 03:12:10 GMT, Arun Joseph 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 >>

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

2020-11-30 Thread Arun Joseph
> 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,