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!
Updated by Georg Ringer almost 10 years ago
- Is Regression changed from No to Yes
Updated by Mathias Schreiber almost 10 years ago
I'm reluctant calling this a regression.
Prior to the fix it allowed every file type.
Like hackthis.php
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36742
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e226687412b426d23c56d349852955a41d93f540.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions