Menu

#4219 [HHQ-4078] Cannot log into HQ if guest user has been deleted

Bug
open
None
7
2012-10-09
2010-06-22
No

http://jira.hyperic.com/browse/HHQ-4078


If the Guest User has been deleted HQ becomes inoperable. This is a regression caused by the addition of the LoginController in 4.3.



It attempts to load the guest user using a find():



LoginController:57



        AuthzSubject guestUser = authzManager.findSubjectById(AuthzConstants.guestId);



This should instead use getSubjectById(AuthzContants.guestId) so that null is returned instead of a lazy loaded proxy.

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.