Actions
Bug #27777
closedconfig.uniqueLinkVars does not filter duplicate id= completely
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2011-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
config.uniqueLinkVars is enabled by default, but if the query parameter 'id' appears twice or more it will not be filtered completely.
The first id=xxx will be added to the 'url' part of the link and other occurrences of this will be in the linkVars part. Only the linkVars part will be filtered for unique linkVars.
I found it in a TS languagemenu:
10 = HMENU 10 { 1 = GMENU 1 { .... } special = language special.value = 0,2 addQueryString = 1 }
No realurl, no simulatestatic.
This results in links like:
http://domain.ext/index.php?id=383&L=0&id=383
Actions