Actions
Bug #66167
closedInlineElement file extension check fails for uppercase file extensions
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2015-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
If you use an inline element and try to reference a file with an uppercase file extension you will get ann error message like file extension JPG is not allowed here
. The problem is that the InlineElement
do not convert the file extension to lowercase before comparing.
Markus
Files
Actions