Bug #22002
closedAdd unit test concerning XML parsing of unwrapped entities
0%
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
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi Oliver,
is this change needed any more?
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.