Actions
Bug #19774
closedDataHandler is not multibyte safe
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-01-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Class class.t3lib_tcemain.php is using functions strstr(), substr(), strtoupper(), strtolower(), strlen(), str_replace(), ereg_replace() which are not multibyte safe to process values from input fields which could be in unicode.
(issue imported from #M10070)
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version deleted (
0) - TYPO3 Version changed from 4.2 to 7
- PHP Version changed from 5.3 to 5.5
- Is Regression set to No
Updated by Stephan Großberndt over 9 years ago
- Subject changed from class.t3lib_tcemain.php is not multibyte safe to DataHandler is not multibyte safe
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52752
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52764
Updated by Benni Mack over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e37192277793b503b7f6a71a899ce61d182d282.
Actions