-
Bug
-
Resolution: Fixed
-
P3
-
1.1
-
1.1beta3
-
x86, sparc
-
solaris_2.5, windows_95
-
Not verified
The following methods need to be added to RMISecurityManager:
public void checkAwtEventQueueAccess();
public void checkMulticast(java.net.InetAddress);
public void checkMulticast(java.net.InetAddress, byte);
public void checkSystemClipboardAccess();
Also the checkRead(java.lang.String,java.net.URL) method is no longer used and
should be removed.
public void checkAwtEventQueueAccess();
public void checkMulticast(java.net.InetAddress);
public void checkMulticast(java.net.InetAddress, byte);
public void checkSystemClipboardAccess();
Also the checkRead(java.lang.String,java.net.URL) method is no longer used and
should be removed.
- duplicates
-
JDK-4025131 RMISecurityManager can't be loaded while usng AWT1.1
-
- Closed
-