jackshirazi opened a new pull request, #613:
URL: https://github.com/apache/tomcat/pull/613

   We (Elastic APM) have a customer (using tomcat 9.0.72) that is hitting this 
bug. The file copy is getting interrupted (likely from CPU time slicing 
signals, which is happening because of additional profiling executing in the 
background) and so only partly completes. As the current implementation doesn't 
loop, this results in a corrupt war/zip file that can't be loaded. To complete 
the file copy, transferTo needs to loop


-- 
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

Reply via email to