Correct DWG mimetype to match IANA registration

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20625 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-06-14 11:52:21 +00:00
parent cafa116c74
commit 5ecedcf9b8
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public class DWGMetadataExtracter extends AbstractMappingMetadataExtracter
public static String[] SUPPORTED_MIMETYPES = new String[] {
MimetypeMap.MIMETYPE_APP_DWG,
MimetypeMap.MIMETYPE_IMG_DWG,
"image/x-dwg", // Was used before IANA registration
};
public DWGMetadataExtracter()