Bug #87070
closedA redirect source called with an invalid pageType leads to error
100%
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:
- Create a redirect for any source, e.g. /foo/bar
- 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
Updated by Gerrit Code Review almost 6 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
Updated by Gerrit Code Review almost 6 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
Updated by Gerrit Code Review almost 6 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
Updated by Gerrit Code Review almost 6 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
Updated by Gerrit Code Review almost 6 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
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f6302cac10f4e102c28fe8df2411d78ed3dbc49c.