Project

General

Profile

Actions

Task #87073

closed

Optimize error message of handlePageError()

Added by Peter Kraume over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Start date:
2018-12-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

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

Actions
Actions #1

Updated by Gerrit Code Review over 5 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

Actions #2

Updated by Peter Kraume over 5 years ago

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

Updated by Gerrit Code Review over 5 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

Actions #4

Updated by Gerrit Code Review over 5 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

Actions #5

Updated by Gerrit Code Review over 5 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

Actions #6

Updated by Gerrit Code Review over 5 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

Actions #7

Updated by Gerrit Code Review over 5 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

Actions #8

Updated by Peter Kraume over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF