rmaucher commented on issue #20: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/20#issuecomment-843021850
It would still be interesting to get a zip/war that triggers this issue. Most likely it has a duplicate entry that gets ignored when expanding (I agree: who cares ...) but since we rewrite it and the JVM checks for that condition, it fails. It is annoying to ignore or avoid this problem, looking at the ZipOutputStream code. It would need catching the exception and checking the message, which is obviously not robust at all. Expanding first as a workaround seems like a more practical solution. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org