Project

General

Profile

Actions

Bug #80813

closed

incorrect pageNotFound_handling behaviour

Added by Henrik Elsner about 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2017-04-11
Due date:
% Done:

0%

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

Description

[FE][pageNotFound_handling] is empty per Default, which means requests for non-existing/accessible pages will be handled by linking upwards in the page tree.

If you create a page which is a "shortcut of first subpage", but has no subpages, a 404 exception is thrown instead of the upwards linking.
The configurations 'false' and '0' are also handled differently.
The behaviour for 'true' and '1' is correct.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #78831: Page shortcut "first subpage of page" with no accessible subpages causes uncaught PageNotFoundExceptionClosed2016-11-29

Actions
Related to TYPO3 Core - Bug #82036: Missing use of pageNotFound_handling in TypoScriptFrontendController.php, only PageNotFoundException is used.Closed2017-08-03

Actions
Actions #1

Updated by Henrik Elsner about 7 years ago

  • Related to Bug #78831: Page shortcut "first subpage of page" with no accessible subpages causes uncaught PageNotFoundException added
Actions #2

Updated by Henrik Elsner about 7 years ago

  • Subject changed from pageNotFound_handling to incorrect pageNotFound_handling behaviour
Actions #3

Updated by Henrik Elsner about 7 years ago

  • Status changed from Needs Feedback to In Progress
  • Assignee set to Henrik Elsner
Actions #4

Updated by Riccardo De Contardi over 5 years ago

  • Related to Bug #82036: Missing use of pageNotFound_handling in TypoScriptFrontendController.php, only PageNotFoundException is used. added
Actions #5

Updated by Benni Mack about 4 years ago

  • Status changed from In Progress to Closed

PageNotFoundHandling options have been reworked in TYPO3 v9+. Shortcut to first subpage throws 404 is correct.

Actions

Also available in: Atom PDF