You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Eric Dalquist (JIRA)" <ji...@apache.org> on 2009/01/06 18:02:44 UTC

[jira] Assigned: (PLUTO-524) Error in org.apache.pluto.core.DefaultUserInfoService

     [ https://issues.apache.org/jira/browse/PLUTO-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Dalquist reassigned PLUTO-524:
-----------------------------------

    Assignee: Eric Dalquist

> 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
>            Assignee: Eric Dalquist
>            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.