mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ALF-11650 Upgrade Tika for TIKA-789 (MPP Detection), and add tests that show it is now being correctly handled
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -61,7 +61,6 @@ public class TikaAutoMetadataExtracter extends TikaPoweredMetadataExtracter
|
||||
parser = new AutoDetectParser(config);
|
||||
|
||||
SUPPORTED_MIMETYPES = new ArrayList<String>();
|
||||
parser = new AutoDetectParser();
|
||||
for(MediaType mt : parser.getParsers().keySet())
|
||||
{
|
||||
// Add the canonical mime type
|
||||
|
Reference in New Issue
Block a user