[ http://jira.codehaus.org/browse/CONTINUUM-853?page=comments#action_74468 ] Lester Ecarma commented on CONTINUUM-853: -----------------------------------------
I can't replicate most of the issues being described here. Instead, I've found other issues that aren't exactly the same as the ones above. - An extra user with empty username and password is added by default. This causes an error when trying to edit/delete that user (i.e., NPE in EditUserAction as described above). - In 'Edit user info' page the roles of the current user is not being retreived, resulting in a blank roles list. The roles, however, are being retrieved correctly when accessed via Users > edit. - In Users > edit > Save, user is redirected to a blank page (i.e., user/saveAccount.action). - The Users menu item is hidden to a user with manageUser "ONLY" role. The weird thing is that it is visible when accompanied by other Administration roles (e.g., manageSchedule or manageConfiguration). - When in Users > edit page, the 'Edit user info' menu link shows the username of the user being edited. > Edit user info page errors > -------------------------- > > Key: CONTINUUM-853 > URL: http://jira.codehaus.org/browse/CONTINUUM-853 > Project: Continuum > Issue Type: Bug > Components: Web interface > Affects Versions: 1.1 > Environment: continuu-acegi branch > Reporter: Carlos Sanchez > Assigned To: Lester Ecarma > Fix For: 1.1 > > > When clicking on "Edit user info" menu link: > The user name box is empty > Null pointer exception trying to save the user because in line 131 > user = userManager.getUser( username ); > the returned value is null > In fact this should call userManager.getMyUser() to prevent people playing > with fields and impersonating another user -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
