JDK-8217690 : Update public suffix version
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 11,12,13
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-01-23
  • Updated: 2020-02-19
  • Resolved: 2019-03-26
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 11 JDK 12 JDK 13
11.0.4-oracleFixed 12.0.2Fixed 13 b14Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8221801 :  
Description
The public suffix list should be updated to a later version. The version in JDK is currently:

Github: https://raw.githubusercontent.com/publicsuffix/list/2225db8d9f4a2a27ec697c883360632fa0c16261/public_suffix_list.dat
Date: 2018-05-24

The most recent version (committed on 2019-01-28) is:

https://github.com/publicsuffix/list/commit/ce0d1a5

Comments
Fix Request Request backport of this change to 11u because it's part of Oracle 11.0.4. The patch applies cleanly and will be tested in SAP's testing infrastructure.
15-05-2019

Fix Request For JDK 12 update release. The public suffix list (https://publicsuffix.org/) published by Mozilla is used by JDK to determine what domain is registerable. The list is used by all major browser vendors and many security libraries. We should update the list included inside the JDK to the latest version when a major version of JDK is released. The patch from JDK 13 applies cleanly. Mach5 control build/testing are green.
28-03-2019

Fix request rejected. This is an Enhancement and not a Bug and there is not enough time to get into JDK 12. Re-targeting to JDK 13.
05-02-2019

Fix Request The public suffix list (https://publicsuffix.org/) published by Mozilla is used by JDK to determine what domain is registerable. The list is used by all major browser vendors and many security libraries. We should update the list included inside the JDK to the latest version when a major version of JDK is released. The change is now in code review at https://cr.openjdk.java.net/~weijun/8217690/webrev.00/.
30-01-2019

A new version (one line change) is at https://github.com/publicsuffix/list/commit/ce0d1a5fba657e55adea3abde4b7f1e50636ff10
29-01-2019