Details
Description
From Nutch Version 1.5 onwards the MimeUtil.java class that acts as a facade to Tika to perform mime type detection uses a process that attempts a match using the mimetype returned by the server, the filename and the content. NUTCH-1045 provided for the use of an external tika-mimetype.xml file which provides the configuration for this process. However, the content based detection did not use this file, but instead reverted to using the configuration included in the tika library. Consequently, any content based match rules added to the nutch version of the configuration file were not used.