JDK-8254049 : Update WebView to public suffix list 2020-04-24
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,openjfx11,openjfx16
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-05
  • Updated: 2021-11-24
  • Resolved: 2020-12-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u291Fixed openjfx11.0.11Fixed
Related Reports
Blocks :  
Relates :  
Description
We have an older version of the public suffix file in the javafx.web module with the name "effective_tld_names.dat".

We should use the "public_suffix_list.dat" file in the JDK instead. Since that file can be optionally removed, we also need to handle the case where that file is missing.

Comments
Changeset: c8d9c94d Author: Arun Joseph <ajoseph@openjdk.org> Date: 2020-12-03 08:11:17 +0000 URL: https://git.openjdk.java.net/jfx/commit/c8d9c94d
03-12-2020