On Sat, 28 Feb 2015, Adam Lamar wrote:
MimeType mimeType = config.getMimeRepository().forName("application/gzip");When I call mimeType.getExtension(), the returned value is ".tgz".
That mime type has multiple extensions defined, with .tgz just the first.I wonder if it would be worth changing the default? I agree, .tgz is a gzip extension, but probably not the most common / universal
Nick
