Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #32986 [Mime] fixed wrong mimetype (rjwebdev)
This PR was squashed before being merged into the 4.3 branch (closes #32986). Discussion ---------- [Mime] fixed wrong mimetype | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32816 | License | MIT When creating a datapart from an odt file (and some other extensions), the explode function for the picked mimetype gives a wrong result since there's no `application/` prefix for the first mimetype of this extension. In this PR, all mimetypes without a prefix are removed. Commits ------- e1722c529a [Mime] fixed wrong mimetype
- Loading branch information