
Oved Ourfali has submitted this change and it was merged. Change subject: rest: after creating a REST session request without Prefer returns 401 ...................................................................... rest: after creating a REST session request without Prefer returns 401 This patch makes sure we take the http session in case it exists, even if the prefer auth header isn't set. That way, the last request without the prefer header will succeed, and then we would log out. Also, the first request with the prefer header will create a new session, as expected. Requests without the prefer header will not create a session, and no cookie will be returned. Change-Id: Ie61285212c4050bc6dc2c744b3d281648ea542ca Bug-Url: https://bugzilla.redhat.com/916582 Signed-off-by: Oved Ourfali <oourfali@redhat.com> --- M backend/manager/modules/restapi/interface/common/jaxrs/src/main/java/org/ovirt/engine/api/common/security/auth/Challenger.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12522 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie61285212c4050bc6dc2c744b3d281648ea542ca Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com>