JDK-8004234 : Downgrade normative references to ${java.home}/lib/security/krb5.conf
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.security
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-11-30
  • Updated: 2017-05-17
  • Resolved: 2012-12-17
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
8 b71Fixed
Related Reports
Relates :  
Description
This is motivated by JEP 162, to ease the transition to modules in JDK 9. The relevant section of http://openjdk.java.net/jeps/162 is:

Review normative specification references to files in $JAVA_HOME and where possible downgrade these references to non-normative status. By downgrading these references then it will allow their location (or format) to be changed in a future release. For example the property file for currencies could be moved into a module-private location. 

The reference in this case occurs in the package description of javax.security.auth.kerberos:

"You can provide the name of your default realm and Key Distribution Center (KDC) host for that realm using the system properties java.security.krb5.realm and java.security.krb5.kdc. Alternatively, you can provide an MIT style configuration file called krb5.conf in <java-home>/lib/security. If you place this file elsewhere, you can indicate that location via the system property java.security.krb5.conf."
Comments
Verified against - /java/re/jdk/8/nightly/ws/jdk/src/share/classes/javax/security/auth/kerberos/package.html
02-01-2013