Bug #89006
closedPage unavailable exception is thrown when the root page if fe group protected
100%
Description
There currently are two scenarios where TYPO3 fails to trigger an access denied error and instead triggers a service unavailable error:
Szenario 1¶
- Root page is only accessible for a fe group
- A login page below that page is not access protected so that users can log in to view the root page
Expectation:
When the root page is accessed an access denied error action is triggered, so that an according error handler could for example redirect to a login page
Actual behaviour:
When the root page is accessed a service unavailable error action is triggered.
Szenario 2¶
- Root page is only accessible for a fe group and extendToSubpages is set
- Access to the page (and all pages below) is granted by a SAML SSO authentication mechanism (no login page required, as this happens at the identity provider)
Expectation:
When the root page is accessed an access denied error action is triggered, so that an according error handler could for example redirect to a login page
Actual behaviour:
When the root page is accessed a service unavailable error action is triggered.
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/c/Packages/TYPO3.CMS/+/61531
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/c/Packages/TYPO3.CMS/+/61531
Updated by Anja Leichsenring about 5 years ago
- Related to Bug #88957: ID was not an accessible page - on hidden pages although the 404 error handler is configured in the site config added
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61596
Updated by Helmut Hummel about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 62ad44c99a6a50461531123567a00d09aa027973.