PeterAlfredLee commented on pull request #356: URL: https://github.com/apache/tika/pull/356#issuecomment-698696817
I think I found a solution : we can read the archive and save the count of entries we have read. If a UnsupportedZipFeatureException is met, we can reset the stream and skip the entries we have already read(these entries have already beed written to the handler), then we can continue reading the remain of the zip with allowDataDescriptor true. I'm almost finished with this and would push another PR. ---------------------------------------------------------------- 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