Yair Zaslavsky has posted comments on this change.

Change subject: aaa: provide UI error for builtin krbldap
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/34852/1/backend/manager/modules/builtin-extensions/src/main/java/org/ovirt/engine/extensions/aaa/builtin/kerberosldap/KerberosLdapAuthz.java
File 
backend/manager/modules/builtin-extensions/src/main/java/org/ovirt/engine/extensions/aaa/builtin/kerberosldap/KerberosLdapAuthz.java:

Line 357:         }
Line 358:         return result;
Line 359:     }
Line 360: 
Line 361:     public void checkForErrors(LdapReturnValueBase ldapResult, ExtMap 
output) {
> won't it better to throw an exception? I think that the top level has catch
I agree with Alon.
Line 362:         if (!ldapResult.getSucceeded()) {
Line 363:             output.mput(
Line 364:                     Base.InvokeKeys.RESULT, Base.InvokeResult.FAILED
Line 365:             ).mput(


-- 
To view, visit http://gerrit.ovirt.org/34852
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Idb1d19d8642ad2aaccd56ada23bebf12f540bf38
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ondřej Macháček <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to