Project

General

Profile

Actions

Bug #87981

closed

404 Page when Google Analytics Parameters (utm_source) in URL

Added by Patrick Bloch about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-03-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I try to invoke a URL with utm_source, utm_medium and utm_campaign parameters, I get a 404 error.

on the product detail page i get a 404 error: www.mydomain.com/products/my-product?utm_source=Test&utm_medium=email&utm_campaign=Test

on an normal page without the ProductPlugin it works: www.mydomain.com/service?utm_source=Test&utm_medium=email&utm_campaign=Test

In the cacheHash excludedParameters tis params are already included

Here is my site config:

routeEnhancers:
  ProductPlugin:
    type: Extbase
    limitToPages:
      - 17
    extension: MyExt
    plugin: Product
    routes:
      -
        routePath: '/{product_title}'
        _controller: 'Product::show'
        _arguments:
          product_title: product
    defaultController: 'Product::list'
    aspects:
      product_title:
        type: PersistedAliasMapper
        tableName: tx_myext_domain_model_product
        routeFieldName: slug


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87845: cacheHash.excludedParameters will be ignore when Enhancer is calledClosed2019-03-05

Actions
Actions

Also available in: Atom PDF