GitHub user Shinobi75 reopened a pull request: https://github.com/apache/tika/pull/161
fix for TIKA-2309 contributed by Shinobi@75 Hello, this is the pull requeste for JIRA Issue or Enhancement marked with TIKA-2309. I've added follows new classes: tika-core/src/main/java/org/apache/tika/detect/TSDDetector.java tika-parsers/src/main/java/org/apache/tika/parser/crypto/TSDParser.java tika-parsers/src/test/java/org/apache/tika/parser/crypto/TSDParserTest.java and follows new files: tika-core/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml tika-parsers/src/test/resources/test-documents/MANIFEST.XML.TSD and I've also modified follows files: tika-core/pom.xml tika-parsers/src/main/resources/META-INF/services/org.apache.tika.detect.Detector tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser Thank you very much, best regardes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Shinobi75/tika TIKA-2309 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tika/pull/161.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #161 ---- commit 8496a081e592849ded45c335ed33209a38f96e2e Author: Fabio Evangelista <fevangeli...@notariato.it> Date: 2017-03-28T14:15:11Z fix for TIKA-2309 contributed by Shinobi@75 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---