posted 22 years ago
Hi,
I saw some people using security policy which grants all permissions. I am just wondering if this is really necessary. Since if the application is running without a security manager, there is no requirement to establish permissions for that application. By default, the application has full access to all resources. Also, by default, an RMI program does not have a security manager installed, and no restrictions are placed on remotely loaded objects.
Did I miss something?
Charley