Github user lewismc commented on the issue:
https://github.com/apache/oodt/pull/61
Hi @chrismattmann I'm testing with DRAT... quick question though. Is it
necessary for us to rename the ```mime-types.xml``` files present in OODT (and
updated as part of the PR) to the Tika equivalent e.g.
[tika-mimetypes.xml](https://github.com/apache/tika/blob/70ca280f11fe4127df290b8027c6bc1d5180271f/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml)?
It looks like the [freedesktop.org link at presented in
MimeTypesReader.java](https://github.com/apache/tika/blob/70ca280f11fe4127df290b8027c6bc1d5180271f/tika-core/src/main/java/org/apache/tika/mime/MimeTypesReader.java#L99)
is broken as well...
---