Actions
Bug #22002
closedAdd unit test concerning XML parsing of unwrapped entities
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Imagine a XML value like the following:
index.php?&id=13
Several PHP/libxml versions do not parse entities like "&" anymore, thus this part has to be wrapped in a CDATA block. A setting in the install tool automatically adds this block for flexforms - $TYPO3_CONF_VARS['BE']['flexformForceCDATA'].
However, this unit test checks whether the used PHP version requires the CDATA setting.
(issue imported from #M13317)
Files
Actions