Project

General

Profile

Actions

Bug #102386

closed

Consider URL encoded values for addQueryString.exclude

Added by Oliver Hader 6 months ago. Updated 5 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2023-11-16
Due date:
% Done:

100%

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

Description

typolink {
  parameter = 1
  addQueryString = 1
  addQueryString {
    exclude = param%,param%25
  }
}

URL: ?keep=1&param%2525=2

Result: The params to be excluded are not removed - the TypoScrip property probably(?!) refers to the internal URL-decoded representation.

Actions

Also available in: Atom PDF