Tomas Jelinek has uploaded a new change for review.

Change subject: userportal, webadmin: NPE when server call failed
......................................................................

userportal, webadmin: NPE when server call failed

When the call to server fails for example due to insufficient
permissions, the response can be as follows:
VdcQueryReturnValue.getSucceeded() == false
VdcQueryReturnValue.getExceptionString() == null

In this case the Frontent fails in errorMessage.equals...

Added a null check

Change-Id: I41d64404c6a2d6c8b066bfc07db76236286713d4
Signed-off-by: Tomas Jelinek <[email protected]>
---
M 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/4110/1
--
To view, visit http://gerrit.ovirt.org/4110
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I41d64404c6a2d6c8b066bfc07db76236286713d4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to