From Martin Peřina <mperina(a)redhat.com>:
Martin Peřina has submitted this change and it was merged.
Change subject: aaa: User can no longer use API having password with special character
"+"
......................................................................
aaa: User can no longer use API having password with special character "+"
The request parameters are automatically
decoded to UTF-8 format when content type
and encoding are specified in the request.
It is not necessary to decode them on the
SSO end again.
Change-Id: I03d3ca6a8f75b72ad014681cd99dca5ec3e5d1a4
Bug-Url:
https://bugzilla.redhat.com/1443645
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M
backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/servlets/OAuthAuthorizeServlet.java
M
backend/manager/modules/enginesso/src/main/java/org/ovirt/engine/core/sso/utils/SsoUtils.java
2 files changed, 5 insertions(+), 17 deletions(-)
Approvals:
Martin Peřina: Looks good to me, approved
Ravi Nori: Verified
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/75668
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I03d3ca6a8f75b72ad014681cd99dca5ec3e5d1a4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>