add mimetypes that are supported but seam to be missing from the ones reported.

This commit is contained in:
jmillman 2015-07-30 13:19:58 -04:00
parent c74f204808
commit 4f04fa641a

View File

@ -118,6 +118,8 @@ public class ImageUtils {
SUPPORTED_IMAGE_MIME_TYPES.addAll(Arrays.asList(
"image/x-rgb",
"image/x-ms-bmp",
"image/x-portable-graymap",
"image/x-portable-bitmap",
"application/x-123"));
SUPPORTED_IMAGE_MIME_TYPES.removeIf("application/octet-stream"::equals);
}