Actions
Bug #23649
closedfelogin::getPreserveGetVars() decode encoded values
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-09-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if a urlencoded var is provided the method just forward the encode value. By doing this it's "adding" more parameter to the url with the result of a malfunction.
Check
&test=urlencode(7&test1=2&test2=3)
will create &test=7&test1=2&test2=3
which is wrong.
Patch attached.
(issue imported from #M15861)
Files
Actions