Actions
Bug #86319
closedMiddlewareStackResolver throws exception in non-lazy mode
Status:
Closed
Priority:
Should have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
Start date:
2018-09-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When loading the middlewares in non-lazy mode an exception is thrown as we declare the normalized params middleware twice and use array_merge_recursive instead of array_replace_recursive.
Actions