Project

General

Profile

Actions

Bug #57307

closed

Extbase query cache parameter identifier collisions possible

Added by Marc Bastian Heinrichs about 10 years ago. Updated over 9 years ago.

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

Also available in: Atom PDF