EVALUATION
Yes, the javadoc for RMISecurityManager could use an update, including pointing out that since 1.2, RMISecurityManager does not override or extend the behavior of its superclass, java.lang.SecurityManager, in any way, so that users might as well use java.lang.SecurityManager now.
###@###.### 2002-02-11
We should also consider deprecating RMISecurityManager for Tiger since
it offers no benefit over using the default SecurityManager implementation.
###@###.### 2002-07-16
Deprecating RMISecurityManager is probably not appropriate because many
RMI examples set an RMISecurityManager instance. Instead, the specification
should be clarified to specify the behavior that RMISecurityManager implements
(which is no different than java.lang.SecurityManager) and suggest using
java.lang.SecurityManager or an application-specific SecurityManager
implementation instead.
|