Actions
Feature #88361
closedSite error handling: "Show content from page" for 404 should render page directly
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2019-05-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently displaying a 404-page with "content from page" (pointing to a page by its uid) results in curl fetching the content to display. That's another roundtrip, adds load to the webserver and in some environments might even cause additional problems (https-validation not working, ...).
Instead it would be great to render that page-content directly.
Actions