Project

General

Profile

Actions

Bug #91389

closed

viewhelper f:uri produces broken URLs when used with parameter noCache="1"

Added by Peter Linzenkirchner almost 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & 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:

https://mydomain.com/newsletter-verify-anmeldung/nc/?tx_fpnewsletter_pi1__action=verify&v47045b4d77d5bcd5075560abef27a6=Log&cHash=4f7788ef8d28686a7c9bd679bc5dd942

When i delete noCache="1" i get:

https://mydomain.com/newsletter-verify-anmeldung/?tx_fpnewsletter_pi1%5Baction%5D=verify&tx_fpnewsletter_pi1%5Bcontroller%5D=Log&cHash=29abd4570bb20da4a0bcad854780f141

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

Also available in: Atom PDF