Marco Quaranta created TIKA-1221: ------------------------------------ Summary: XPS detection Key: TIKA-1221 URL: https://issues.apache.org/jira/browse/TIKA-1221 Project: Tika Issue Type: Bug Components: detector, mime Affects Versions: 1.4 Reporter: Marco Quaranta
Tika now detect xps files using only file extension. Please modify XPS definition in tika-mimetypes.xml in the following way: {noformat} <mime-type type="application/vnd.ms-xpsdocument"> <glob pattern="*.xps"/> <sub-class-of type="application/zip" /> <magic priority="50"> <match value="PK\003\004" type="string" offset="0"> <match value="Metadata/Job_PT.xml" type="string" offset="30" /> </match> </magic> </mime-type> {noformat} Thank you, Marco -- This message was sent by Atlassian JIRA (v6.1.5#6160)