-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.2 CE GA3 , 6.2.X EE, 7.0.0 M2
-
Component/s: Content Display Widgets > Language widget
-
Environment:Tomcat 7.0.42 + MySQL 5.5.34. Portal master GIT ID: 535110e98665c3f097ce5445daf3ef6c97a022c6.
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:14
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Create a site SiteA.
- Create a page PageA with a particular locale (I used China).
- Set the name and friendly url of this page.
Name Friendly URL PageA /pagea PageAcn /pageacn - Create a user usera and assign it to SiteA.
- Change display language to Chinese for usera.
- Log in with usera.
- Click My Sites > SiteA.
- User is redirected to PageAcn, the URL is like http://localhost:8080/zh/web/sitea/pageacn.
- Remove the available language Chinese for SiteA.
- Go to SiteA again with usera.
Expected result:
User is redirected to PageA, the URL is like http://localhost:8080/en/web/sitea/pagea.
Actual result:
User is redirected to PageA, but the URL is like http://localhost:8080/zh/web/sitea/pageacn.
- causes
-
LPS-48834 URLs for links on portlets are pointing to the virtual host instead of the url the portal is being accessed through
- Closed