JDK-8213952 : Relax DNSName restriction as per RFC 1123
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8,11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-15
  • Updated: 2019-09-04
  • Resolved: 2018-12-05
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 8 Other
11.0.3-oracleFixed 12 b24Fixed 8u212Fixed openjdk8u212Fixed
Related Reports
CSR :  
Description
As per parent bug :
1. DNSName only accepts letters as the first character. RFC 1123 has relaxed that restriction: 

RFC 1123, Section 2.1: 
> One aspect of host name syntax is hereby changed: the 
> restriction on the first character is relaxed to allow either a 
> letter or a digit. Host software MUST support this more liberal 
> syntax. 
Comments
Fix Request Backporting this patch keeps 11u versions in sync (I see 11.0.3-oracle has it). Patch applies cleanly to 11u and passes new regression test. It also passes entire jdk_security suite.
18-02-2019

No BPR needed on this - as advised by Support 9 Nov
22-11-2018