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

2025-07-20 Thread Clint Carrion
I found this bug report from someone else having similar problems: https://bz.apache.org/bugzilla/show_bug.cgi?id=63948 From the comments in that report, it looks like Safari is also tripping the abusive behavior detection. Rather than disabling it, by setting overheadDataThreshold=“2048” every

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