Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.3.X, Master
-
7.3.x
-
Committed
-
1
-
3
Description
Repro Steps
- Create 404.jsp in webapps/ROOT/html/portal
<html> <body> <% out.print("this is a 404 page"); %> </body> </html>
- Add layout.friendly.url.page.not.found=/html/portal/404.jsp to portal-ext.properties
- Navigate to localhost:8080/foobar to see the custom 404 page
- Navigate back
Expected Result
No errors
Actual Result
"The requested resource could not be found"
Attachments
Issue Links
- fixes
-
LPS-127465 If a page contains some front end resources that fail, the 404 page is sometimes displayed instead of the actual page
- Closed
- relates
-
LPS-127465 If a page contains some front end resources that fail, the 404 page is sometimes displayed instead of the actual page
- Closed