You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Steffen Netz (JIRA)" <ji...@apache.org> on 2016/03/10 17:08:40 UTC

[jira] [Created] (TIKA-1898) backslashes in mime-type : application/vnd.mif are wrong

Steffen Netz created TIKA-1898:
----------------------------------

             Summary: backslashes in mime-type : application/vnd.mif are wrong 
                 Key: TIKA-1898
                 URL: https://issues.apache.org/jira/browse/TIKA-1898
             Project: Tika
          Issue Type: Bug
          Components: config, core
         Environment: Win64, Eclipse
            Reporter: Steffen Netz
            Priority: Minor


In 	
tika-core\src\main\resources\org\apache\tika\mime\tika-mimetypes.xml	
there are the lines:
    <match value="\&lt;MakerFile" type="string" offset="0" />
      <match value="\&lt;MIFFile" type="string" offset="0" />
      <match value="\&lt;MakerDictionary" type="string" offset="0" />
      <match value="\&lt;MakerScreenFont" type="string" offset="0" />
      <match value="\&lt;MML" type="string" offset="0" />
      <match value="\&lt;Book" type="string" offset="0" />
      <match value="\&lt;Maker" type="string" offset="0" />
  wrong.
the backslashes must be removed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)