Build: Tiger b24
Build Location: /net/mizu.sfbay/usr/re/jdk1.5.0/bundles/*
Platform: Solaris Sparc 9/10, Solaris x86 9
The VMInfo applet fail to load and it throws AccessControlException exception.
The same applet loads using Tiger b23 w/o any problem.
This problem is observed with Mozilla 1.2.1, Netscape 7.0 browsers
Steps to reproduce -
1) Install jdk/jre 1.5.0 on the local machine from the above location
2) Make sure that there is no .java.policy file present in $HOME
3) Go to the VMInfo tests (Test no: 4) at
http://sqeweb.sfbay/deployment1/mantis_ws_plugin/doc/proc/JPI_bat.html
The VM info applet does not load and it throws the following exception
-------------------------------------------------------------------------
java.security.AccessControlException: access denied (java.util.PropertyPermission java.class.path read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at vminfo.init(vminfo.java:45)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
-------------------------------------------------------------------------
please fix this.
###@###.### 2003-10-15
Build Location: /net/mizu.sfbay/usr/re/jdk1.5.0/bundles/*
Platform: Solaris Sparc 9/10, Solaris x86 9
The VMInfo applet fail to load and it throws AccessControlException exception.
The same applet loads using Tiger b23 w/o any problem.
This problem is observed with Mozilla 1.2.1, Netscape 7.0 browsers
Steps to reproduce -
1) Install jdk/jre 1.5.0 on the local machine from the above location
2) Make sure that there is no .java.policy file present in $HOME
3) Go to the VMInfo tests (Test no: 4) at
http://sqeweb.sfbay/deployment1/mantis_ws_plugin/doc/proc/JPI_bat.html
The VM info applet does not load and it throws the following exception
-------------------------------------------------------------------------
java.security.AccessControlException: access denied (java.util.PropertyPermission java.class.path read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at vminfo.init(vminfo.java:45)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
-------------------------------------------------------------------------
please fix this.
###@###.### 2003-10-15
- duplicates
-
JDK-4649690 Java Plug-in should consider time-of-signing when verifying signed jars
- Resolved