JDK-6328078 : Clicking "More Info..." --> "Certificate Details" on sol/lin hangs the application dialogs/pop ups
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0u6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-23
  • Updated: 2010-04-02
  • Resolved: 2005-09-23
Related Reports
Duplicate :  
Relates :  
Description
JDK-Info:
---------
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b03)
Java HotSpot(TM) Client VM (build 1.5.0_06-ea-b02, mixed mode, sharing)


Operating System:
-----------------
Tested On: Solaris 10(CDE)/Linux RHAS4.0


Steps to Reproduce:
-------------------
1) Install jre on sol/lin
2) Clean cache (\rm -rf ~/.java)
3) Launch a JNLP Application which would download jre 1.3.1_13
(./javaws http://web-east.east/www/tests/1.5.0_06/ssv_webstart/test3.jnlp)

4) Click on "Download" button on "Java Security Warning" popup
5) Click on "More Information..." on "Warning - Security" popup window
5) Click on "Certificate Details..." link on "More Information" popup

All popups/dialogs related to the application hangs
Also, "From: " field displays "file://" which is not seen on windows
Snapshot attached - security_warning.gif

Comments
EVALUATION This is an example of 6282084, where lazy loading in swing (for the JTable) is going thru the JNLPClassLoader, which is locked because the security dialog is being shown in response to loading a class in a secure (and marked lazy) jar. I will close this as a dupe of 6282084, and open up a sub-cr of 6282084 for 1.5.0_06 to fix this.
23-09-2005