Oved Ourfali has submitted this change and it was merged.
Change subject: webadmin: set the engine session ID as the reports token
......................................................................
webadmin: set the engine session ID as the reports token
Recent changes in the engine set the session ID differently.
In the past it was identical to the JSESSIONID, but now it is a
generated one.
This patch sets the reports SSO token to the returned session ID upon
login, which is the engine-generated session ID.
Change-Id: Id57589fb6266ca513607f474070bd9769e31c2e5
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1122582
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/server/gwt/GenericApiGWTServiceImpl.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Shirly Radco: Verified
Alexander Wels: Looks good to me, approved
Yaniv Dary: Looks good to me, but someone else must approve
Yair Zaslavsky: Looks good to me, but someone else must approve
--
To view, visit
http://gerrit.ovirt.org/30593
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id57589fb6266ca513607f474070bd9769e31c2e5
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Shirly Radco <sradco(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server