-
Sub-task
-
Resolution: Done
-
Major
-
5.0.0.CR2
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes, Compatibility/Configuration
To properly secure access we need to remove some of the public non-final class fields from the org.jnp.interfaces.NamingContext class:
public static Hashtable haServers = new Hashtable();
public static Naming localServer;
These would have class accessors which would have the appropriate permissions.