Project

General

Profile

Actions

Bug #82670

closed

EXT:form setting allowedMimeTypes not respects empty

Added by Maik Hagenbruch over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Start date:
2017-10-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I set up a form and want to allow all mime types.
I tried many things.
I let the list with allowedMimeTypes empty, removed the whole property, wrote an '*'.
But nothing.
The check for that checks only if the set value is in the array of $allowedMimeTypes.

I added a little thing in TYPO3\CMS\Form\Mvc\Validation\MimeTypeValidator

if(count($allowedMimeTypes) 1 && $allowedMimeTypes[0] '*') {
return;
}

So the config could be this:

properties:
allowedMimeTypes:
- '*'

Maybe there is an other solution but i dont find it. oO

Actions #1

Updated by Maik Hagenbruch over 6 years ago

I set up a form and want to allow all mime types.
I tried many things.
I let the list with allowedMimeTypes empty, removed the whole property, wrote an '*'.
But nothing.
The check for that checks only if the set value is in the array of $allowedMimeTypes.

I added a little thing in TYPO3\CMS\Form\Mvc\Validation\MimeTypeValidator

if(count($allowedMimeTypes) 1 && $allowedMimeTypes0 '*') {
return;
}

So the config could be this:

properties:
allowedMimeTypes:
- '*'

Maybe there is an other solution but i dont find it. oO

Another thing.
In my yaml i dont have the MimeType Validator set, but this validator is always running i think.

Actions #2

Updated by Björn Jacob over 6 years ago

  • Assignee deleted (Björn Jacob)
Actions #3

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/55869

Actions #4

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/55869

Actions #5

Updated by Gerrit Code Review about 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55869

Actions #6

Updated by Gerrit Code Review about 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55869

Actions #7

Updated by Gerrit Code Review about 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56197

Actions #8

Updated by Ralf Zimmermann about 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF