Error in org.apache.pluto.core.DefaultUserInfoService
-----------------------------------------------------

                 Key: PLUTO-524
                 URL: https://issues.apache.org/jira/browse/PLUTO-524
             Project: Pluto
          Issue Type: Bug
    Affects Versions: 1.1.6
            Reporter: Derek Alexander
            Priority: Minor
             Fix For: 1.1.7


In org.apache.pluto.core.DefaultUserInfoService

    private Map userInfoMap = new HashMap();
    ...
    public void setUserInfo(String userName, Map userInfoMap) {         
         userInfoMap.put(userName, userInfoMap);     
   } 

It would be more useful if the args of setUserInfo were stored in 
this.userInfoMap rather than in the Map arg itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to