JDK-8192884 : Release Note: Support keystore type detection for JKS and PKCS12 keystores
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7u171,8u60
  • Priority: P2
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2017-12-01
  • Updated: 2022-06-17
  • Resolved: 2017-12-11
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 7
7u171Resolved
Description
To aid interoperability, the Java keystore type JKS now supports keystore compatibility mode by default.
This mode enables JKS keystores to access both JKS and PKCS12 file formats. To disable keystore compatibility
mode set the Security property 'keystore.type.compat' to the string value 'false'.