Skip to content
Snippets Groups Projects
Commit fa6ac7ea authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[BUGFIX] Evaluate config.ftu earlier in a FE request

The TypoScript option config.ftu is used to transfer a
session via GET parameters.

However this option is - unlike other TypoScript settings
- evaluted later in a frontend request. This makes it
impossible to use the option during various hooks, where
redirect URLs are generated.

Moving this evaluation to the same place as other TypoScript
options solves the issue.

Resolves: #84963
Releases: master
Change-Id: Icfcc830d9299b362ac13105fa19dda1d418cacc5
Reviewed-on: https://review.typo3.org/56910


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 38245a51
Branches
Tags
No related merge requests found
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