Bug #100938
closedDisplay of parent page not working if group access denies specific page
0%
Description
TL;DR;
The TSFE->pageNotFound setting prevents the TSFE to display the unrestricted parent page if the requested page is limited to logged in users.
Everything after the linked line is useless, because of pageNotFound NOT being "0" a PropagateResponseException is will always be thrown.
Full story:
After upgrading a typo3 installation to V11 it seems some default handling regarding the frontend authentication of the requested page did break. The expected behaviour for requesting access-restricted pages is, that the response will contain the first page found in the rootline which is not restricted. The actual behaviour is a 403 error page.
What is the correct migration to achieve the desired behaviour for typo3 v11?
My customer states that the behaviour was differently prior to the V11 upgrade but i can not find the change that causes the bug.