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
Updated by Popy no-lastname-given over 14 years ago
As I said on the mailing list, this patch doesn't solve anything : the ksort you've added is already present at the end of the t3lib_div::cHashParams.
I'm convinced the generated cHash is identicall for your example.
Updated by Dmitry Dulepov over 11 years ago
- Category deleted (
Communication) - Status changed from New to Resolved
- Priority changed from Should have to Won't have this time
- Target version deleted (
0) - TYPO3 Version changed from 4.4 to 6.2
Not relevant any more.
Actions