Java Mailing List Archive

http://www.java2.5341.com/

Home » nutch-user.lucene »

tika-mimetypes errors

Bill Meltzer

2008-04-29

Replies: Find Java Web Hosting

Author LoginPost Reply
I just updated my environment from 0.9 to nutch-2008-04-25_04-01-24 and
ran across a couple of warnings
in the tika-mimetypes.xml file. This is what I did to quiet them:

<mime-type type="application/xhtml+xml">
   <sub-class-of type="text/xml" />

changed to:
<mime-type type="application/xhtml+xml">
   <sub-class-of type="application/xml" />

and

<mime-type type="application/x-ms-dos-executable">
   <alias type="application/x-dosexec;exe" />
 </mime-type>

changed to:
<mime-type type="application/x-ms-dos-executable">
   <alias type="application/x-dosexec" />
 </mime-type>

Does this look reasonable?

Bill.

©2008 java2.5341.com - Jax Systems, LLC, U.S.A.