Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2039438 | 1.4.0 | Devananda Jayaraman | P2 | Closed | Fixed | beta |
When an RSA signed applet is loaded into the Java Plug-in enabled Browser,Plug-in pops up the security dailog box asking the user to
grant the permissions, At this time if browser's Reload(netscape)
or Refresh(IE on windows) is pressed the permission are getting granted
for the browser session.This behaviour is noticed in Solaris Sparc /IA/Linux and
Windows(IE only).
The pop up security dialod is not behaving as the true model dailog.
To reporduce the problem:
Install plug-in and run the followinf test case :
http://sqesvr.eng.sun.com/deployment1/ws/tests/func/RSA/Verisign.html
Press browsers Reload or Refresh button when security dialog pops up.
The applet is gets the permissions.
grant the permissions, At this time if browser's Reload(netscape)
or Refresh(IE on windows) is pressed the permission are getting granted
for the browser session.This behaviour is noticed in Solaris Sparc /IA/Linux and
Windows(IE only).
The pop up security dialod is not behaving as the true model dailog.
To reporduce the problem:
Install plug-in and run the followinf test case :
http://sqesvr.eng.sun.com/deployment1/ws/tests/func/RSA/Verisign.html
Press browsers Reload or Refresh button when security dialog pops up.
The applet is gets the permissions.
- backported by
-
JDK-2039438 Reload or refresh in browser grants permissions to the RSA signed applets
- Closed