-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_15
-
b04
-
x86
-
windows
For JRE 1.4.2, there are two certificate files are under deploy workspace
deploy/src/javaws/share/config/cacerts
deploy/src/javaws/share/config/cacerts.janet
cacerts.janet is for testing purpose, so it should be removed from there.
cacerts did get distributed to $JRE/javaws/cacerts and used by Java webstart, we should remove this file too and ask Java webstart to use cacerts from j2se workspace, or loading from $JRE/lib/security directory.
deploy/src/javaws/share/config/cacerts
deploy/src/javaws/share/config/cacerts.janet
cacerts.janet is for testing purpose, so it should be removed from there.
cacerts did get distributed to $JRE/javaws/cacerts and used by Java webstart, we should remove this file too and ask Java webstart to use cacerts from j2se workspace, or loading from $JRE/lib/security directory.
- relates to
-
JDK-6604056 deploy/src/javaws/share/config/cacerts shouldn't contain any CA certs in source releases
- Resolved