Project

General

Profile

Actions

Bug #22788

closed

Make sure that cHash is the same regardless of parameter order

Added by Dmitry Dulepov almost 14 years ago. Updated over 5 years ago.

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&param1=1&param2=2
/index.php?id=123&param2=2&param1=1

This is incorrect because cHash is about parameters, not about their order.

(issue imported from #M14591)


Files

14591.diff (495 Bytes) 14591.diff Administrator Admin, 2010-06-02 14:29

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17070: typolink: cHash corrupted due to linkVarsClosedDmitry Dulepov2007-03-02

Actions
Actions

Also available in: Atom PDF