Actions
Bug #95662
openDOCS: SimpleRouteEnhancer adds cHash
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-10-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The plugin action "pdf" was routed with /pdf as of v10.4.20. The behaviour changed with v10.4.21 and #91447 to /pdf?cHash=xxx
The action is configured as non-cacheable in ext_localconf.php
Route is generated with: {f:uri.action(action:'pdf')}
LehrgaengePlugin:
type: Simple
routePath: '/{action}/{controller}'
defaults:
controller: Lehrgang
_arguments:
action: tx_myext_lehrgaenge__action
controller: tx_myext_lehrgaenge__controller
aspects:
action:
type: StaticValueMapper
map:
pdf: pdf
Actions