hg: jdk6/jdk6/jdk: 2 new changesets
omajid at redhat.com
omajid at redhat.com
Tue Sep 7 08:22:11 PDT 2010
Changeset: 13ad7a024dfc
Author: mlapshin
Date: 2008-04-18 18:21 +0400
URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/13ad7a024dfc
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
Summary: The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
! src/share/classes/javax/swing/Popup.java
+ test/javax/swing/JPopupMenu/6675802/bug6675802.java
Changeset: e091dd1776d0
Author: mlapshin
Date: 2008-04-23 18:06 +0400
URL: http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/e091dd1776d0
6691503: Malicious applet can show always-on-top popup menu which has whole screen size
Summary: The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets.
Reviewed-by: alexp
! src/share/classes/javax/swing/Popup.java
+ test/javax/swing/JPopupMenu/6691503/bug6691503.java
More information about the jdk6-dev
mailing list