Actions
Bug #95217
closedEndless loop in fluid boolean parser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2021-09-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
fluid, endless loop, boolean, parser
Complexity:
Is Regression:
Sprint Focus:
Description
Incorrect conditions in fluid templates of custom content elements cause an infinite loop in fluid boolean parser. This leads to neither typo3 cli nor the whole website is responding (502 - Bad Gateway).
Example:
Missing single quote in condition
<f:if condition="{settings.type}=='h5">
Platform:
TYPO3 composer installation 10.4 including typo3/cms-fluid 10.4
Actions