Actions
Bug #57307
closedExtbase query cache parameter identifier collisions possible
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-03-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
To build the identifier from the operand all chars are stripped apart from A-Z, a-z and 0-9.
So it is possible to get identical identifiers.
Only a theoretical example:>equals('posts.title', '') => poststitle>equals('post.stitle', '') => poststitle
Actions