[GitHub] [tika] PeterAlfredLee edited a comment on pull request #356: Attempt to read zips with STORED data descriptors

2020-09-22 Thread GitBox
PeterAlfredLee edited a comment on pull request #356: URL: https://github.com/apache/tika/pull/356#issuecomment-696618151 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [tika] PeterAlfredLee edited a comment on pull request #356: Attempt to read zips with STORED data descriptors

2020-09-22 Thread GitBox
PeterAlfredLee edited a comment on pull request #356: URL: https://github.com/apache/tika/pull/356#issuecomment-696721537 I forged a zip archive in memory that uses STORED and Data Descriptor at the same time. This could be easily used as a test case. BTW this PR could not pass this

[GitHub] [tika] PeterAlfredLee edited a comment on pull request #356: Attempt to read zips with STORED data descriptors

2020-09-22 Thread GitBox
PeterAlfredLee edited a comment on pull request #356: URL: https://github.com/apache/tika/pull/356#issuecomment-696618151 > Do we have to reset the stream before reprocessing? +1. The stream should be `reset` or `relocation to the beginning of the file`. I think this is complicate