JDK-6607234 : Use jre/lib/security/cacerts by java webstart instead of jre/javaws/cacerts from deploy workspace
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.4.2_15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2007-09-20
  • Updated: 2010-04-06
  • Resolved: 2007-12-07
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.
Other
1.4.2_17 b04Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION javaws now need to look for cacerts file under jre/lib/security instead of jre/javaws dir.
20-09-2007