Project

General

Profile

Actions

Bug #89006

closed

Page unavailable exception is thrown when the root page if fe group protected

Added by Helmut Hummel over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-08-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88957: ID was not an accessible page - on hidden pages although the 404 error handler is configured in the site configClosed2019-08-14

Actions
Actions

Also available in: Atom PDF