Bug 1031555

Summary: Account info should be shown at right corner on 404 page
Product: OpenShift Container Platform Reporter: Tian Feng <tfeng>
Component: WebsiteAssignee: chris alfonso <calfonso>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.2.0CC: bleanhar, hbrock, libra-onpremise-devel, 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-31 20:18:52 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:
Embargoed:
Attachments:
Description Flags
screeshot none

Description Tian Feng 2013-11-18 09:45:56 UTC
Created attachment 825445 [details]
screeshot

Description of problem:
Sign in web console and then go to a page which doesn't exist, check 404 page. The account info should be shown at right corner on 404 page. Detail can be found in attachment.

Version-Release number of selected component (if applicable):
2.0/2013-11-15.1

How reproducible:
Always

Steps to Reproduce:
1. Go to web console and access 404 page
2. Check account info at right corner on 404 page
3. 

Actual results:
No account info at right corner on 404 page

Expected results:
Account info should be shown at right corner on 404 page

Additional info:

Comment 2 chris alfonso 2014-01-31 20:18:52 UTC
After looking into this issue and consulting the online developers it clear to me now that we can't fix this for page not found errors. OpenShift has 3 types of not found errors, and it's only the page not found error that isn't handled within the application. The reason this can't be done is because in order to add account information to a page not found error, the console application would have to service every url request under /console and that becomes a performance implication. For this reason openshift online has also elected to not show account login information in the top right of the screen, it uses a statically configured 404.html page.