Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.6
-
None
-
None
Description
In org.apache.pluto.core.DefaultUserInfoService
private Map userInfoMap = new HashMap();
...
public void setUserInfo(String userName, Map userInfoMap)
It would be more useful if the args of setUserInfo were stored in this.userInfoMap rather than in the Map arg itself.