Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.2.X, 7.3.X, Master
-
7.3.x, 7.2.x
-
Committed
-
1
-
3
-
LIMA | QA Sprint 6
Description
Reproductions steps:
- Add "127.0.0.1 test.test" to your host file
- Create a new page "page1", and "page2" ( as page1 is the first-page canonicalURLs are not including the layoutURL )
- From the left side menu, Go to Configuration > Site Settings, General tab: Site URL section
- Set "test.test" as the Public Pages virtual host
- log out
- Visit test.test:8080/page2 and check its source
Expected result: Canonical url has page2 in it
<link data-senna-track="temporary" href="http://test.test:8080/page2" rel="canonical" />
Actual result: Canonical url does not have page2 in it
<link data-senna-track="temporary" href="http://test.test:8080" rel="canonical" />
Attachments
Issue Links
- causes
-
LPS-129759 We shouldn't hardcode /web in the Liferay code
- Closed