-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.X EE, 7.0.X, Master
-
Fix Version/s: 6.2.X EE, 7.0.X EE, 7.0.0 DXP FP37, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X
-
Component/s: Portal Services
-
Branch Version/s:7.0.x, 6.2.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Last Working Version:
-
Git Pull Request:
Reproduction Steps for Master/7.0.x:
- Set locale.prepend.friendly.url.style=2 in portal-ext.properties file
- Create a new site AA
- Create a new page BB in the site AA created previously
- Logout
- Go to http://localhost:8080/en/web/aa/bb
- Inspect the HTML code.
Actual result:
<link data-senna-track="temporary" href="http://localhost:8080/web/aa/en" rel="canonical">
Expected result:
<link data-senna-track="temporary" href="http://localhost:8080/en/web/aa" rel="canonical">
Reproduction Steps 6.2.x:
- Set locale.prepend.friendly.url.style=2 in portal-ext.properties file
- Create a new site AA
- Create a new page BB in the site AA created previously
- Click in View Pages
Actual result:
- A Not Found error appears: "The requested resource was not found." -
http://localhost:8080/web/aa/en/bb
Expected result:
- The page related to url http://localhost:8080/en/web/aa/bb is shown successfully.