Actions
Bug #102798
openTYPO3 Redirects (Module) does not work with links containing brackets [ ] in GET Parameters
Status:
New
Priority:
Should have
Assignee:
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2024-01-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I would like to redirect links containing GET Parameters like tx_myext[action]=xy to another page. However, links which contain these brackets are not detected by the redirect handler. Only if I replace it with %5Baction%5D the redirects will work.
I think the redirects should also work with brackets.
Actions