Actions
Bug #64898
closedsysFile relation without $allowedFileExtensions does not allow uploads
Start date:
2015-02-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
In one of the last patches, the behaviour of allowed file extensions changed.
Previously, calling \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig()
without setting $allowedFileExtensions
was not a problem and allowed the upload of every file.
Now nothing is allowed anymore. Wildcard like "*" is also not possible!
Actions