Tim Allison created TIKA-4201:
---------------------------------
Summary: Add hard limit to stream reading in
IWorksParser#detectType
Key: TIKA-4201
URL: https://issues.apache.org/jira/browse/TIKA-4201
Project: Tika
Issue Type: Bug
Reporter: Tim Allison
TIKA-4199 showed us that we had been relying on hope that the detector would
only read a limited number of bytes when detecting in IWorksParser#detectType.
We should cache the first 1096 bytes, do the detection, and then reset the
wrapped archive stream.
We should not rely on hope.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)