Yair Zaslavsky has posted comments on this change. Change subject: aaa: Introducing usage of Acct ......................................................................
Patch Set 10: (2 comments) http://gerrit.ovirt.org/#/c/27070/10/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginBaseCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginBaseCommand.java: Line 393: } Line 394: addCanDoActionMessage(msg); Line 395: } Line 396: authRecord = null; Line 397: } else { > I am unsure I follow how this hank belongs to this patch. Done Line 398: authRecord = outputMap.<ExtMap> get(Authn.InvokeKeys.AUTH_RECORD); Line 399: if (mapper != null) { Line 400: authRecord = mapper.invoke(new ExtMap().mput( Line 401: Base.InvokeKeys.COMMAND, http://gerrit.ovirt.org/#/c/27070/10/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java: Line 204: ); Line 205: removeSession(sessionId); Line 206: } Line 207: Line 208: public void removeSession(String sessionId) { > this cannot be public, without you call removeSessionImpl Done Line 209: sessionInfoMap.remove(sessionId); Line 210: } -- To view, visit http://gerrit.ovirt.org/27070 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ief13d233d11b7ab32b328735b4f58ec7cffff567 Gerrit-PatchSet: 10 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ravi Nori <[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
