JDK-7049169 : Review and enable the implementation of JNLP-embedded certificate
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-27
  • Updated: 2013-09-12
  • Resolved: 2011-08-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 7 JDK 8
7u2 b03Fixed 8Fixed
Description
Enable usage of embedded certificate as default.

Review implementation code and write tests to ensure:

(1) embedded certificate (if exists) is detected before loading resources and is used to present TrustDecider dialog.
(2) match embedded against certificates used to sign jars. 
(3) validition works correctly against normal signed jar.