Skip to content
Snippets Groups Projects
Commit e45acadb authored by Timo Hund's avatar Timo Hund Committed by Benni Mack
Browse files

[BUGFIX] Execution order of hooks preprocessRequest and pageIndexing changed

Between 8 LTS and 9.2 the order of the execution of the following hooks was changed:

8.7

- First: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/index_ts.php']['preprocessRequest']
- Second: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing']

9.2

- First: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['pageIndexing']
- Second: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/index_ts.php']['preprocessRequest']

This patch, changes the RequestMiddlewares configuration to do "typo3/cms-frontend/tsfe"
after "typo3/cms-frontend/eid"

Resolves: #84785
Releases: master
Change-Id: I215ee170774dd1b73f2e12519bc1b6ccf557e361
Reviewed-on: https://review.typo3.org/56733


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarKay Strobach <typo3@kay-strobach.de>
Tested-by: default avatarKay Strobach <typo3@kay-strobach.de>
Reviewed-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Tested-by: default avatarMathias Schreiber <mathias.schreiber@typo3.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 7a2c858b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment