-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279476 | 17.0.3-oracle | Raymond Gallardo | P4 | Resolved | Fixed | |
JDK-8279477 | 11.0.15-oracle | Raymond Gallardo | P4 | Resolved | Fixed | |
JDK-8279478 | 8u341 | Raymond Gallardo | P4 | Closed | Duplicate | |
JDK-8279480 | 8u331 | Raymond Gallardo | P4 | Resolved | Fixed | b01 |
ADDITIONAL SYSTEM INFORMATION :
Mistake exists in all versions I can check back to 7, although 8 and 7 HTML use meaningful ids not GUIDs, and 7 has a single table combining secprops and sysprops.
A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/en/java/javase/17/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-A41282C3-19A3-400A-A40F-86F4DA22ABA9
In the second table (system properties) at Customizing JSSE the entry for javax.net.ssl.trustStoreType says "The value NONE may be specified [for a non-file-based store]". This belongs on the entry for javax.net.ssl.trustStore (the filename) not for trustStoreType. (The same text is correctly placed for keyStore and not keyStoreType.)
FREQUENCY : always
Mistake exists in all versions I can check back to 7, although 8 and 7 HTML use meaningful ids not GUIDs, and 7 has a single table combining secprops and sysprops.
A DESCRIPTION OF THE PROBLEM :
https://docs.oracle.com/en/java/javase/17/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-A41282C3-19A3-400A-A40F-86F4DA22ABA9
In the second table (system properties) at Customizing JSSE the entry for javax.net.ssl.trustStoreType says "The value NONE may be specified [for a non-file-based store]". This belongs on the entry for javax.net.ssl.trustStore (the filename) not for trustStoreType. (The same text is correctly placed for keyStore and not keyStoreType.)
FREQUENCY : always
- backported by
-
JDK-8279476 JSSE config for non-file truststore misplaced
- Resolved
-
JDK-8279477 JSSE config for non-file truststore misplaced
- Resolved
-
JDK-8279480 JSSE config for non-file truststore misplaced
- Resolved
-
JDK-8279478 JSSE config for non-file truststore misplaced
- Closed