kali834x commented on PR #1148:
URL: https://github.com/apache/poi/pull/1148#issuecomment-4787026477

   Thanks for the feedback.
   One observable issue is that when a package is loaded from an InputStream, 
PackagePart.getSize() returns -1 because the size metadata is not preserved in 
ZipArchiveFakeEntry. Loading the same package via ZipFileZipEntrySource returns 
the correct size.
   I understand the concern about retaining unnecessary metadata. Instead of 
copying the entire entry, I can revise the PR to preserve only the metadata 
that POI actually requires. I'll also investigate whether I can produce a 
concrete OOXML example demonstrating a user-visible impact from the missing 
metadata.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to