Actions
Bug #91389
closedviewhelper f:uri produces broken URLs when used with parameter noCache="1"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-05-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This viewhelper:
<f:uri.action pageUid="{subscribeVerifyUid}" extensionName="fpnewsletter" pluginName="pi1" controller="Log" action="verify" arguments="{uid: uid, hash: hash}" noCache="1" absolute="1" />
results in a messed up URI:
When i delete noCache="1" i get:
which seems correct on first look but is messed up too: the arguments are missing.
I assume this is a side effect from the last update (9.5.17). Until 9.5.16 it worked.
Actions