Actions
Bug #19009
closedFileadmin: extensions of new files
Start date:
2008-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Fileadmin gives the following possibilities for file extensions of a new created file:
Create new textfile
[txt,html,htm,css,inc,tmpl,js,sql,php,php3,php4,php5,php6]
This is obviously wrong because .php* are denied by fileDenyPattern.
(issue imported from #M8802)
Files
Updated by Steffen Gebert over 16 years ago
This bug was confirmed on typo3-english by Marcus Krause (http://lists.netfielders.de/pipermail/typo3-english/2008-June/050777.html )
Updated by Marcus Krause over 16 years ago
Introduced/expanded by modification of $TYPO3_CONF_VARS['SYS']['textfile_ext'] through security fix regarding multiple file extensions:
http://forge.typo3.org/repositories/diff/typo3v4-core/branches/TYPO3_4-1/t3lib/config_default.php?rev=3799
Nethertheless php and php3 filetypes have been listed there beforehand.
Actions