Vojtech Szocs has submitted this change and it was merged.
Change subject: webadmin,userportal: Fix query result exceptionString NPE
......................................................................
webadmin,userportal: Fix query result exceptionString NPE
This fixes a NPE in case query result exceptionString is null
while attempting to detect "USER_IS_NOT_LOGGED_IN" message that
should result in NotLoggedInEvent being triggered by Frontend.
Duplicate code moved into Frontend handleNotLoggedInEvent method.
Change-Id: I238751e26d716c1653af85ebf837981a952f6779
Signed-off-by: Vojtech Szocs <vszocs(a)redhat.com>
---
M
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java
1 file changed, 8 insertions(+), 6 deletions(-)
Approvals:
Vojtech Szocs: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/4285
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I238751e26d716c1653af85ebf837981a952f6779
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>