Bug #93933
closedException in Render-Viewhelper only once after clearing cache
0%
Description
I had a virender-viewheler with two colons `,,` in the arguments.
<f:render partial="GGGG/General" section="Main" arguments="{plan:plan,, pid: pid}" />
After clearing the cache this bug throws an exception.
The next rendering of the page works will work fine. The re is no more eception.
I think, this bug should always throw an exeception.
P.S
I tend to tunnel vision (attitude effects) when I am programming. This would help me to notice my errors despite tunnel vision.
Updated by Simon Praetorius over 1 year ago
- Status changed from New to Resolved
I cannot reproduce this behavior in the current Fluid version, as demonstrated by the following test cases:
https://github.com/TYPO3/Fluid/pull/807
This test checks both uncached and cached usage. As you can see from the results, a double-comma results in an uninterpreted array syntax. In your case, arguments
would be a string.
I'm closing this for now. If the issue is still present for you, feel free to get back here, then I'll reopen.