[TYPO3-core] RFC #8802: Fileadmin: extensions of new files
Thomas Hempel
thomas at typo3-unleashed.net
Fri Aug 28 10:45:46 CEST 2009
HI ,
> 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
+1 after reading and testing. Makes sense!
Greets,
Thomas
More information about the TYPO3-team-core
mailing list