Actions
Bug #22788
closedMake sure that cHash is the same regardless of parameter order
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the foillowing two URLs will produce different cHashes:
/index.php?id=123¶m1=1¶m2=2
/index.php?id=123¶m2=2¶m1=1
This is incorrect because cHash is about parameters, not about their order.
(issue imported from #M14591)
Files
Actions