Bug 1037289

Summary: Improper user agent info shown for Chrome31 when creating session authrization
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jliggitt, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-30 00:51:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Tian Feng 2013-12-03 05:33:38 UTC
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:

Comment 1 Jordan Liggitt 2013-12-04 16:24:44 UTC
Will merge in https://github.com/openshift/li/pull/2207

Comment 2 openshift-github-bot 2013-12-04 19:51:46 UTC
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

Comment 3 Tian Feng 2013-12-05 02:33:40 UTC
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!