[TYPO3-core] RFC #8802: Fileadmin: extensions of new files

Steffen Gebert steffen at steffen-gebert.de
Wed Aug 19 21:53:35 CEST 2009


Hi!

This is a SVN patch request.

Type: bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=8802

Branches:
Trunk

Problem:
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.

Solution:
Remove all denied extension from list

Note:
Instead of outputting
[txt,html,htm,css,inc,...
I changed it to
[*.txt, *.html, *.htm, *.css, *.inc, ..
which IMHO looks nicer and is more expressive.

Regards
Steffen


More information about the TYPO3-team-core mailing list