[jboss-jira] [JBoss JIRA] Created: (JBNAME-15) Remove the public fields from the NamingContext class

Scott M Stark (JIRA) jira-events at lists.jboss.org
Tue Sep 30 15:29:20 EDT 2008


Remove the public fields from the NamingContext class
-----------------------------------------------------

                 Key: JBNAME-15
                 URL: https://jira.jboss.org/jira/browse/JBNAME-15
             Project: JBoss Naming
          Issue Type: Sub-task
    Affects Versions: 5.0.0.CR2
            Reporter: Scott M Stark
            Assignee: Scott M Stark
             Fix For: 5.0.0.CR3


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list