DWG parser throws ArrayIndexOutOfBoundsException when address to the header is
0x00
-----------------------------------------------------------------------------------
Key: TIKA-520
URL: https://issues.apache.org/jira/browse/TIKA-520
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 0.8
Environment: Linux
Reporter: Sjoerd Smeets
For some AutoCad 2004 files, the address on 0x20, which should point to the
summary info is 0x00. This causes an ArrayIndexOutOfBoundException as stated
below. Attached is a document that is causing this issue and a proposed patch
for the file.
java.lang.ArrayIndexOutOfBoundsException: -1
at org.apache.tika.parser.dwg.DWGParser.get2004Props(DWGParser.java:103)
at org.apache.tika.parser.dwg.DWGParser.parse(DWGParser.java:77)
at com.ravn.test.tika.AutCadTester.parseOrg(AutCadTester.java:78)
at com.ravn.test.AutoCadTester.main(AutoCadTester.java:32)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:115)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.