From 50a044ad7c02f9ca7a321f7eee45b2aa0e13ca5b Mon Sep 17 00:00:00 2001 From: adam-m Date: Thu, 19 Apr 2012 18:04:19 -0400 Subject: [PATCH] Uses tika for DWG Autodesk file format, to workaround tika bug and prevent hanging state --- .../autopsy/keywordsearch/KeywordSearchIngestService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java index 9b54e9e5b9..7c690a4c86 100644 --- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java +++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java @@ -80,10 +80,10 @@ public final class KeywordSearchIngestService implements IngestServiceFsContent // TODO: use a more robust method than checking file extension to determine // whether to try a file // supported extensions list from http://www.lucidimagination.com/devzone/technical-articles/content-extraction-tika - static final String[] ingestibleExtensions = {"tar", "jar", "zip", "bzip2", - "gz", "tgz", "doc", "xls", "ppt", "rtf", "pdf", "html", "htm", "xhtml", "txt", + static final String[] ingestibleExtensions = {"tar", "jar", "zip", "gzip", "bzip2", + "gz", "tgz", "odf", "doc", "xls", "ppt", "rtf", "pdf", "html", "htm", "xhtml", "txt", "log", "bmp", "gif", "png", "jpeg", "tiff", "mp3", "aiff", "au", "midi", "wav", - "pst", "xml", "class"}; + "pst", "xml", "class", "dwg"}; public enum IngestStatus {