Tom De Leu (JIRA)
Tue, 06 Apr 2010 04:07:27 -0700
Tika hangs on corrupt zip files
-------------------------------
Key: TIKA-401
URL: https://issues.apache.org/jira/browse/TIKA-401
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 0.7
Environment: All os's
Reporter: Tom De Leu
We ran into an issue recently where Tika's AutoDetectParser hung on a corrupt zip file. (CPU load constantly at 100%, and the call to AutoDetectParser's parse never returned). I traced it to a bug in Commons Compress 1.0 : http://issues.apache.org/jira/browse/COMPRESS-96 which has been fixed in their latest trunk. When I try Tika on the same zipfile with a locally built commons-compress-1.1-SNAPSHOT.jar (from SVN r925271) everything works correctly and Tika just throws a TikaException. Would it be possible to upgrade to the latest Commons Compress trunk ? Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.