Alon Bar-Lev has posted comments on this change.

Change subject: aaa : Add engine sso
......................................................................


Patch Set 26:

(1 comment)

http://gerrit.ovirt.org/#/c/36119/26/backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/servlets/EngineSSOServlet.java
File 
backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/servlets/EngineSSOServlet.java:

Line 60:                 log.error("Internal Database Error", ex);
Line 61:                 throw new AuthenticationException("Internal Database 
Error", ex);
Line 62:             }
Line 63:         } catch (AuthenticationException ex) {
Line 64:             request.setAttribute("profiles", 
AuthenticationUtils.getAvailableProfiles(session));
still, this should not be here.... you can put the profile list in application 
context at initialization or you can acquire it at the jsp, the profile list 
has nothing to do with this servlet.
Line 65:             request.getRequestDispatcher("/WEB-INF/login.jsp?msg=" + 
ex.getMessage()).forward(request, response);
Line 66:         }
Line 67:     }
Line 68: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4894fc12653027271b6abd4dd5313b10593703fa
Gerrit-PatchSet: 26
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Ravi Nori <[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