Originally by @Artur-
FileTypeResolver should use the extension of the file and ignore any query parameters when resolving the mime type. For example "/test.swf?param1=value1¶m2=value2" should use "swf" for mime type detection and not "swf?param1=value1¶m2=value2".
Split from #4020
Imported from https://dev.vaadin.com/ issue #4064
Originally by @Artur-
FileTypeResolver should use the extension of the file and ignore any query parameters when resolving the mime type. For example "/test.swf?param1=value1¶m2=value2" should use "swf" for mime type detection and not "swf?param1=value1¶m2=value2".
Split from #4020
Imported from https://dev.vaadin.com/ issue #4064