Project

General

Profile

Actions

Feature #88361

closed

Site error handling: "Show content from page" for 404 should render page directly

Added by Stefan Neufeind almost 5 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
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.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #86935: Cannot fetch 404 page with simple baseClosed2018-11-15

Actions
Related to TYPO3 Core - Bug #94402: Don't issue second HTTP request for error handlingClosed2021-06-23

Actions
Actions #1

Updated by Stefan Neufeind almost 5 years ago

  • Subject changed from 404-handling: "Show content from page" should render page directly to Site error handling: "Show content from page" for 404 should render page directly
Actions #2

Updated by Stefan Neufeind almost 5 years ago

  • Related to Bug #86935: Cannot fetch 404 page with simple base added
Actions #3

Updated by Stefan Neufeind almost 5 years ago

As pointed out in https://forge.typo3.org/issues/86935#note-9 external fetches might also run into problems if the page has a protection configured (http-basic-auth, ...). Direct rendering would avoid that.

Actions #4

Updated by Benni Mack almost 5 years ago

  • Status changed from New to Accepted
  • Target version set to Candidate for Major Version

I have a PoC for that already, and it works, but has side effects in v9 ofc. v10 is clean and possible.

Actions #5

Updated by Benni Mack almost 5 years ago

  • Tracker changed from Task to Feature
Actions #6

Updated by Benni Mack over 2 years ago

  • Related to Bug #94402: Don't issue second HTTP request for error handling added
Actions #8

Updated by Oliver Hader almost 2 years ago

  • Status changed from Accepted to Closed
Actions

Also available in: Atom PDF