markt-asf commented on issue #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1513451186
Progress. The field shadowing was a red herring. The Eclipse IDE was providing misleading information. I think I am seeing a similar root cause to you. The new JAR is being written with ZIP64 (8 byte) compressed and uncompressed lengths in the data descriptor but it is being read assuming those values are 4 byte. I'm currently reading the ZIP spec trying to figure out if Commons Compress or the JRE is in the wrong. -- 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...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org