Actions
Bug #59548
closedTypoScript parser implementation doubles backslashes
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2014-06-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I've found a potential bug in the parse() method of the TS parser:
$parser = t3lib_div::makeInstance( 't3lib_tsparser' );
$parser->parse( $tsString );
If the TypoScript configuration contains a backslash in one of the values, it's duplicated in the result. As this modifies the content of the value, it leads to problems where the original value is required for lookups.
This happened in TYPO3 6.2.1 but is maybe a problem that also exists in 6.1, 6.0 and earlier.
Actions