PeterAlfredLee commented on pull request #356:
URL: https://github.com/apache/tika/pull/356#issuecomment-698066699


   > @PeterAlfredLee - I just put that zip generation code into the 
ZipParserTest but it's throwing a 'Truncated Zip File' exception when run.
   
   Oops. I forgot to add the Data Descriptor signature in the generated zip - 
even through it is recommanded to have a DD signature, it's a legal zip without 
it. The generated zip could be successfully read with latest Commons Compress 
code(that's why I successfully read it on my computer using latest Commons 
Compress) but it could not work on Compress v1.20 - because I fixed this with 
commit `86bb35a` in Commons Compress.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to