Actions
Bug #35601
closedstripping characters in flexform fields (type "text")
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 v4.5.14 on an Apache Server with PHP 5.3.10 TYPO strips some characters like angle brackets and quotation marks from flexform fields type "text", so that a typoscript configuration in a plugin like that:
wrap = <div id="dokument"> | </div>
will be saved as that:
wrap = div id=dokument | /div
and of course won't work...
Seen in extensions: typocript_code, tt_news (additional typoscript field: myTS)
Worked on TYPO3 v4.5 and PHP 5.3 each with previous versions.
So, is it a bug or a security fix? Any workarround?
Thanking you in anticipation.
Actions