JDK-6989822 : Nightly: Signed applets are throwing security exception automatically after a while
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-10-06
  • Updated: 2010-10-21
  • Resolved: 2010-10-21
Related Reports
Duplicate :  
Description
Nightly build: Oct4
It has been noticed that signed applets are not waiting for user input on the security pop-up and after few seconds , they will end up throwing the security exception

Steps to reproduce:
1) Install Oct4 or latest nightly build
2) Try to load any signed applet or following signed applet
http://sqeweb.sfbay.sun.com/deployment1/deployment_6_UR_int_exec_ws/6/deployment/src/plugin/RSATestsuite/RSATestsuite/html/Thawtegrant.html
3) Security pop-up is going to be there. Wait for few seconds and after a while if java.security.AccessControlException is raised and security pop-up disappear then bug is reproduced

Comments
EVALUATION Fix verified using promoted JDK7-b114
21-10-2010

EVALUATION It looks like this is an awt/swing regression. If I run bugster: http://bugster.central/bugster.jnlp I can see this problem in java web start, calling setVisible() on a modal dialog returns while the dialog is still up. If i modify bugster's jnlp file to use only JDK6 JRE it works fine with JDK7 java web start http://web-east.east/~ah22606/bugster.jnlp
06-10-2010