Description of problem: Currently localization strings for SSO module uses non-indexed format for string substitutions, for example: The request contains unsupported parameter value '%s' for parameter '%s'. We need to add indexes for those string substitutions, because during translations to different languages the order of those substitutions may change. So the string above needs to be updated to: The request contains unsupported parameter value '%1$s' for parameter '%2$s'. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Basic sanity run on: rhevm-4.0.0.5-0.1.el7ev.noarch 2016-06-24 16:35:24,246 ERROR [org.ovirt.engine.core.sso.servlets.InteractiveAuthServlet] (default task-21) [] Cannot authenticate user 'admin@internal': The user name or password is incorrect.
Since the problem described in this bug report should be resolved in oVirt 4.0.1 released on July 19th 2016, it has been closed with a resolution of CURRENT RELEASE. For information on the release, and how to update to this release, follow the link below. If the solution does not work for you, open a new bug report. http://www.ovirt.org/release/4.0.1/