Task #87073
closedOptimize error message of handlePageError()
100%
Description
If fetching of an error page, e.g. the 404 page, fails, there is only a misleading error message:Error handler could not fetch error page: Possible recursion detected.
This can for example happen, if you have a self signed SSL certificate in your local development environment and your site configuration defines a TYPO3 page as content source like this:
errorHandling: - errorCode: '404' errorHandler: Page errorContentSource: 't3://page?uid=10'
When fetching the content of the specified error page fails due to the self signed SSL certificate the above mentioned error message is misleading.
Another question is, if it is fine that error pages won't work in local development environments with self signed certificates.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Peter Kraume almost 6 years ago
- Related to Bug #86935: Cannot fetch 404 page with simple base added
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Gerrit Code Review almost 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Gerrit Code Review almost 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Gerrit Code Review almost 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Gerrit Code Review almost 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59026
Updated by Peter Kraume almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3cc23f9091ef2203d72a86f4e6e1e3622a84dfaf.