JDK-6665588 : JNLP-OOPP: Applets fails to load if is specified inside the JNLP file
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-02-20
  • Updated: 2010-04-04
  • Resolved: 2008-03-09
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 6
6u10Resolved
Related Reports
Duplicate :  
Description
Applets using JNLP fails to load if <security> element is set inside the JNLP file by throwing following exception
JNLPException[category: Security Error : Exception: null : LaunchDesc: 
	at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
	at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
	at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
	at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Load the following applet and if applet fails to load by throwing above mentioned exception then bug is reproduced
http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/getResource/html/AppletGetResJNLPSec.html