Skip to content
Snippets Groups Projects
Commit 448a50c9 authored by Larry Garfield's avatar Larry Garfield Committed by Benni Mack
Browse files

[FEATURE] Fetch error pages via subrequests instead of HTTP

There are many reasons to not issue a second HTTP request for error pages
and instead issue an in-process subrequest.  This patch makes that change,
and refactors PageContentErrorHandler a bit while there.

Resolves: #94402
Releases: master
Change-Id: I6da9d753bebc0ef038278185629433587a9b7162
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69547


Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 7853e6f6
Branches
Tags
Showing
with 266 additions and 101 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment