Actions
Bug #39176
closedtslib_cObj::filelist() implodes filenames by , without caring about commas in filenames
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2012-07-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
For example the component tt_content.uploads.20, which gets it's funtionality from
typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php in render_uploads()
uses tslib_cObj::filelist().
That function however implodes all filenames it finds with commas. When the filenames themselves include commas that results into problems.
(This problem exists since as long I can remember in TYPO3.)
Actions