JDK-6944981 : Name field missing in mix code security warning dialog for Java Webstart application
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u19
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2010-04-19
  • Updated: 2011-02-17
  • Resolved: 2010-07-28
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 JDK 7
6u22 b01Fixed 7Fixed
Description
For Java webstart application, if there are sign and unsigned jar file in classLoader path, a new mixed code security warning dialog box will popup starting JRE 6u19, but the name field in that security dialog box won't be displayed.

For Java applet or jnlp applet, it works fine.

Comments
EVALUATION This is due to APPCONTEXT_APP_NAME_KEY value didn't get setup in AppContext for Java webstart app, it only setup in Java Applet.
19-04-2010