THausherr commented on PR #1605: URL: https://github.com/apache/tika/pull/1605#issuecomment-1952887808
I've been working on this without much success; I could get `Seven7ParserTest.testPasswordProtected` running by changing the code in PackageParser so that `SevenZFile.getInputStream()` is called instead of reading from the archive itself. Another solution was to call `TikaInputStream.getPath()` to load the file into tmp space, although this resulted in failure of different tests. I was unable to get `ArParserTest.testArParsing()` to run, and I've also not been able to reproduce the problem outside of Tika. My theory is that commons compress somehow gets confused by the many input stream wrappings that we do. -- 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. To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org