[Neos] Neos TYPO3.Form Redirect Finisher Issues
Dominique Feyer
dfeyer at ttree.ch
Mon Jul 28 18:07:38 CEST 2014
I’ve the same issue yesterday, you need to add:
$mainResponse->send() at the end of the finisher.
The problem is that is made the finisher « final » … nothing is executed after this point … and that’s a problem (persistence, shutdown, …) can be skipped.
Currently I don’t have a better workaround. Create your own finisher who extend the RedirectFinisher and force send the response if it’s OK for you.
Bests
--
ttree sàrl
Dominique Feyer
Rue du Valentin 34 et demi
CH - 1004 Lausanne
+41 21 312 36 35
dfeyer at ttree.ch
ttree.ch - @ttreeagency - plan d’accès
Le 28 juillet 2014 à 18:05:04, nikos (nick at jamalade.com) a écrit:
$mainResponse
More information about the Neos
mailing list