Project

General

Profile

Actions

Bug #87070

closed

A redirect source called with an invalid pageType leads to error

Added by Daniel Goerz over 5 years ago. Updated almost 5 years ago.

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

100%

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

Description

In the Redirect Middleware the TSFE is partially bootstrapped and $GLOBALS['TYPO3_CONF_VARS']['FE']['pageUnavailable_handling'] is set to false for this.

This leads to the following behavior:

  1. Create a redirect for any source, e.g. /foo/bar
  2. Visit /foo/bar/?type=12345678 (note: the typeNum must not be configured)

My first expectation would be that the type is ignored and the redirect is executed.
My second expectation would be that my configured pageUnavailable_handling kicks in for the undefined PageType.

But none of the expectations are met, instead the default TYPO3 error (depending on your displayErrors setting) is displayed

Actions #1

Updated by Daniel Goerz over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Daniel Goerz over 5 years ago

  • Description updated (diff)
Actions #3

Updated by Gerrit Code Review over 5 years ago

  • Status changed from New to Under Review

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/59032

Actions #4

Updated by Gerrit Code Review over 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59032

Actions #5

Updated by Gerrit Code Review over 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59032

Actions #6

Updated by Gerrit Code Review over 5 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59032

Actions #7

Updated by Gerrit Code Review over 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/59424

Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF