Bugfix
Detail
#28890
Binary value: Accepted file types does not work for custom extensions
A custom file name pattern such as *.myext does not work. The problem is that only one MIME type is ever annotated to the HTML file input, even if the system does not recognize any MIME types for the extension.
In addition, the file name check does not work after the upload if composite extensions such as *.my.xml are requested.
Test
- test.com.top_logic.layout.form.values.edit.editor.TestAcceptedTypesChecker