[BUGFIX] Denied file extensions still shown in upload forms
The list of denied file extensions does not contain a dot, but our fileDenyPattern by default starts with a dot. Therefore, although a check is performed, the file extensions will still be displayed even though uploading files with the extension is forbidden by fileDenyPattern. This commit adds the dot before the extension when performing the check, effectively hiding forbidden extensions. Resolves: #72803 Releases: master, 7.6 Change-Id: I2ec3d02e096b46309932604a53ea4c416ba9812a Reviewed-on: https://review.typo3.org/46072 Reviewed-by:Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php 2 additions, 2 deletions...ackend/Classes/Controller/File/CreateFolderController.php
- typo3/sysext/recordlist/Classes/View/FolderUtilityRenderer.php 2 additions, 2 deletions.../sysext/recordlist/Classes/View/FolderUtilityRenderer.php
Please register or sign in to comment