Bug #86626
closedPossible recursion in PageContentErrorHandler with untranslated pages
100%
Description
If you specify a page as the content source of an error page in the new sites module, there are situations in which repeating redirects (and hopefully a timeout) can occur. In my case, my site has several languages (strict mode), but the error page wasn't translated to all of them. This would trigger a 404 when fetching the error page for a translated site, which itself would trigger another 404 and so on.
I'll provide a possible patch soon via Gerrit.
Updated by Gerrit Code Review about 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/58615
Updated by Gerrit Code Review about 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/58615
Updated by Anonymous about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2e19ba205cc30190733bcf764a0a2aa03f6a93e1.