-
Bug
-
Resolution: Fixed
-
P2
-
6u14
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198754 | 7 | Calvin Cheung | P2 | Resolved | Fixed | b104 |
JRE under Test: 6u14 (promoted build-05)
Exception thrown by one applet e.g. security exception raised by unsigned applet, blocks the signed applet from loading inside the same page and hangs the browser. This is regression as compare to old PLug-in.
Steps to reproduce:
1) Create .java.policy with "ALL permissions" and try to load the following applets
http://sqeweb.sfbay.sun.com/deployment2/jitu/deployment_mustang_exec_ws/deployment/src/plugin/runtimeArgs/runtimeArgs/html/auto/MaxNewSizeTest/TestRuntimeArgs.html
Both applets will get loaded fine
2) Close the browser and remove the .java.policy file
Now try to load the same page again. This time if applets fails to load and browser/plug-in hangs then bug is reproduced
3) Try to load the same page using old PLug-in. Browser will not hang this time with unsigned applet raising security exception while signed applet will get loaded fine
Exception thrown by one applet e.g. security exception raised by unsigned applet, blocks the signed applet from loading inside the same page and hangs the browser. This is regression as compare to old PLug-in.
Steps to reproduce:
1) Create .java.policy with "ALL permissions" and try to load the following applets
http://sqeweb.sfbay.sun.com/deployment2/jitu/deployment_mustang_exec_ws/deployment/src/plugin/runtimeArgs/runtimeArgs/html/auto/MaxNewSizeTest/TestRuntimeArgs.html
Both applets will get loaded fine
2) Close the browser and remove the .java.policy file
Now try to load the same page again. This time if applets fails to load and browser/plug-in hangs then bug is reproduced
3) Try to load the same page using old PLug-in. Browser will not hang this time with unsigned applet raising security exception while signed applet will get loaded fine
- backported by
-
JDK-2198754 Exception thrown by one applet blocks the other applets from loading and hangs the browser
- Resolved
- relates to
-
JDK-6945109 Custom progress: signed progress cause extra security dialog
- Resolved