Bug #50568
closedMake FileExtensionFilter case insensitive
100%
Description
At the moment the \TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter
will not find any files if the allowed extensions are uppercase and the files in the directory have lowercase extensions.
This is a real problem because the \TYPO3\CMS\Backend\Form\FormEngin::getSingleField_typeGroup()
method converts all configured allowed extensions to uppercase.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22724
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22724
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22724
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22724
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22937
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22938
Updated by Alexander Stehlik over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c8bdfe059282687cff4a9fee54b8c60c0bcdfc0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed