RE: Classloading has a long delay after idle period

2025-07-18 Thread Daniel Sheridan
>On 7/14/25 15:26, Gregg, John E wrote: >Daniel, > >I cannot access your flame graph on imgur, but what is happening in your code >that leads to the jar scanning? All of my apps have run on Linux since >forever, so I don’t know what might be different with Windows, but I’ve found >that anything

RE: Classloading has a long delay after idle period

2025-07-18 Thread Daniel Sheridan
>On 7/11/25 17:42, Christopher Schultz wrote: >Daniel, > >On 7/11/25 11:57 AM, Daniel Sheridan wrote: > > > > [snip] > > >> Correct, almost the entire delay is during the JAR scanning when the >> files are being accessed. >> >> We are using expanded-WAR deployment. > >Good. That fixes at least on

Corruption of files uploaded with Safari when Tomcat has HTTP/2 enabled

2025-07-18 Thread Clint Carrion
Hi, I’ve discovered that in my web application files that are uploaded via a form with Safari (v18.5) and Tomcat (v11.0.9) has HTTP/2 enabled, they're being corrupted. If I use Chrome (v137.0.7151.122) they upload without error and if I disable HTTP/2 on Tomcat, the files will upload without