[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:TYPO3com <no-reply@typo3.com> Reviewed-by:
Kay Strobach <typo3@kay-strobach.de> Tested-by:
Kay Strobach <typo3@kay-strobach.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Please register or sign in to comment