IWorkPackageParser / IWorkParser not registering properly
---------------------------------------------------------
Key: TIKA-655
URL: https://issues.apache.org/jira/browse/TIKA-655
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 0.9
Reporter: Nick Burch
Assignee: Nick Burch
If you try to use AutoDetectParser to handle an iWork document, it'll fail with:
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not
allowed in prolog.
at
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
However IWorkPackageParser works fine. It seems the IWorkParser needs just the
individual zip part, but is registered as the handler for the individual mime
types, so breaks.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira