-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Component/s: Friendly URL Service
-
Branch Version/s:7.3.x, 7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction Steps:
- In Site Builder --> Pages --> Home click on the 3 dot menu and select Configure. You will see the Friendly URL /home for the default English language.
- Change the language to French
- Change the friendly URL to "/home1" and save it
- Go to Site Configuration --> Settings --> Languages. Set the default language to French, move all other languages from Current to Available and Save.
- Click on the Site "Liferay DXP", you will see the URL is http://localhost:8080/fr/web/guest/home1
- Navigate to http://localhost:8080/fr/web/guest/home
Actual Result: A Page isn't working error appears with status code 301 in the console.
Expected Result: A Page Not Found message should be displayed.
- causes
-
LPS-125475 Site redirect doesn't work for default page with missing language
- Closed