-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
Undertow doesn't have a default MIME type for webp files, which is a pretty common file format.
https://developers.google.com/speed/webp/docs/riff_container#riff_file_format
I believe we just need to add this to `MimeMappings`
defaultMappings.put("webp", "image/webp");