Hide Forgot
Description of problem: Login on Chrome31 and check authorization. It will show "OpenShift Console (from 203.114.244.88 on Safari)". The shown user agent info is not proper. The user agent info of Chrome is Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36. So the shown info should be Chrome instead of Safari. Version-Release number of selected component (if applicable): devenv_4087 How reproducible: Always Steps to Reproduce: 1. Login in on web console using Chrome 2. Go to setting page and check authorization 3. Actual results: The authorization is "OpenShift Console (from 203.114.244.88 on Safari)". Expected results: It should display proper agent info using Chrome. Additional info:
Will merge in https://github.com/openshift/li/pull/2207
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/76fe99f3ee3a416fdd4fefb57311f9e629e8e7ab Fix bug 1037289: Show Chrome user agent correctly
Test on devenv_4097. After sign in on Chrome, it will create session authorization as "OpenShift Console (from 203.114.244.88 on Chrome)". So verify this bug, thanks!