Bug #86765
closedError: when creating disallowed textfile type in filelist module
100%
Description
How to create the problem:¶
1. Check your settings for [SYS][textfile_ext]. Be sure "md" is not whitelisted/allowed. My Setup was
[SYS][textfile_ext] => 'txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf,yaml,yml'
2. Go to module filelist
3. Click on + (New),
4. Create new textfile" with a disallowed file extension – im my case "_test.md_"
Now you should get an Error:
(1/1) #1436717278 InvalidArgumentException The given status code is not a valid HTTP status code.
But the file "test.md" is still created.
Expected Behaviour:
1: No Error / Exception
2: Flash message: "Files with that extension are not editable. Allowed extensions are: txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf,yaml,yml"
Updated by Thomas Alboth, undkonsorten about 6 years ago
- Description updated (diff)
Updated by Riccardo De Contardi about 6 years ago
- Related to Bug #72404: misleading information while creating files in filelist module added
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58731
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58731
Updated by Thomas Alboth, undkonsorten about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11cfefb7ce37d5e3902f6bccada2db79fe725b7d.