[
https://issues.apache.org/jira/browse/PLUTO-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Dalquist resolved PLUTO-524.
---------------------------------
Resolution: Fixed
Fixed in rev 732007 on the pluto-1.1-patches branch.
> 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.