Bug 988008
| Summary: | wrong language stored in cookies when opening webadmin from welcome page | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Pavel Stehlik <pstehlik> |
| Component: | ovirt-engine-core | Assignee: | Alexander Wels <awels> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3 | CC: | acathrow, awels, ecohen, iheim |
| Target Milestone: | --- | ||
| Target Release: | 3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ux | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-23 07:32:50 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: | |||
|
Description
Pavel Stehlik
2013-07-24 14:17:25 UTC
Alex - is this something that http://gerrit.ovirt.org/#/c/16359/ fixed? or is this problem irrelevant? No that did not get fixed by http://gerrit.ovirt.org/#/c/16359/ As it is not something I am sure we can fix. The welcome page and webadmin/userportal all different web applications and I am not sure if they have access to each others cookies. If you use the links in the welcome page, the locale is passed as a parameters and that will cause the cookies to match, however if you change the locale in webadmin, it will not affect the locale in the welcome page or the locale in user portal. Let me rephrase the answer I gave. If it was the following scenario, then http://gerrit.ovirt.org/#/c/16359/ did fix it. 1. Go to the welcome page, and select a different language for instance French. 2. Use the links in the welcome page to go to the webadmin login page. 3. Go back to the welcome page, and select English/US as the language. 4. Use the links in the welcome page to go to the webadmin login page. This now still shows French. The patch fixed that issue. However if the scenario is: 1. Go to the welcome page, and select a different language for instance French. 2. Use the links in the welcome page to go to the webadmin login page. 3. Go back to the welcome page, and select English/US as the language. 4. Use a bookmark to go to the webadmin login page. This now still shows French. This particular issue was not fixed by the above patch. A different patch has been submitted to fix this issue. as RC is built, moving to ON_QA (hopefully did not catch incorrect bugs when doing this) closing as this should be in 3.3 (doing so in bulk, so may be incorrect) |