Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE
-
Tomcat 7.0.42 + MySQL 5.5.34. Portal master GIT ID: 535110e98665c3f097ce5445daf3ef6c97a022c6.
-
6.2.x
-
Committed
-
14
-
3
Description
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.
Attachments
Issue Links
- 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