Project

General

Profile

Actions

Bug #95662

open

DOCS: SimpleRouteEnhancer adds cHash

Added by Henri Nathanson over 2 years ago. Updated 10 months ago.

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

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #91447: SimpleEnhancer don't inflate nested argumentsClosed2020-05-20

Actions
Actions

Also available in: Atom PDF