Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Christopher Schultz
Leon, On 5/6/21 12:35, Leon Atherton wrote: On 06/05/2021 17:13, Leon Atherton wrote: On 06/05/2021 16:06, Christopher Schultz wrote: On 5/6/21 09:36, Mark Thomas wrote: On 06/05/2021 13:33, Christopher Schultz wrote: Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox

Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Leon Atherton
On 06/05/2021 17:13, Leon Atherton wrote: On 06/05/2021 16:06, Christopher Schultz wrote: On 5/6/21 09:36, Mark Thomas wrote: On 06/05/2021 13:33, Christopher Schultz wrote: Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox triggers the HTTP2 overhead protection with

Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Leon Atherton
On 06/05/2021 16:06, Christopher Schultz wrote: On 5/6/21 09:36, Mark Thomas wrote: On 06/05/2021 13:33, Christopher Schultz wrote: Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox triggers the HTTP2 overhead protection with multipart file uploads. About 1MB is uploaded

Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Christopher Schultz
Mark, On 5/6/21 09:36, Mark Thomas wrote: On 06/05/2021 13:33, Christopher Schultz wrote: Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox triggers the HTTP2 overhead protection with multipart file uploads. About 1MB is uploaded before overhead protection is triggered.

Re: Unable to parse forwarded port issue

2021-05-06 Thread Christopher Schultz
Shreya, On 5/6/21 09:45, shreya hegde wrote: Hi Team I have been facing issues lately when a spring boot application acts as a proxy (using embedded tomcat 9.4) passes the request from load balancer to the end web server(jetty) However we see that get requests to through without any error but

Re: Tomcat (catalina.jar) Security Question

2021-05-06 Thread Mark Thomas
On 06/05/2021 14:09, Robert Hicks wrote: We are getting evaluated and one of the items that I need to do is change the "ServerInfo.properties" in the catalina.jar to set "server.info" and "server.version" to nonsense (really). I have the following Valve setup as well: At what point would the

Unable to parse forwarded port issue

2021-05-06 Thread shreya hegde
Hi Team I have been facing issues lately when a spring boot application acts as a proxy (using embedded tomcat 9.4) passes the request from load balancer to the end web server(jetty) However we see that get requests to through without any error but post request fails with Unable to parse port

Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Mark Thomas
On 06/05/2021 13:33, Christopher Schultz wrote: Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox triggers the HTTP2 overhead protection with multipart file uploads. About 1MB is uploaded before overhead protection is triggered. I believe a few weeks ago Chrome was

Re: temp folder?

2021-05-06 Thread Mark Thomas
What is the setting for unpackWARs for Host? Running directly from a WAR (with unpackWARs="false" file will impact performance. It looks as if something is unpacking the WAR to the temp directory. Tomcat does provide the org.apache.catalina.webresources.ExtractingRoot resources

Tomcat (catalina.jar) Security Question

2021-05-06 Thread Robert Hicks
We are getting evaluated and one of the items that I need to do is change the "ServerInfo.properties" in the catalina.jar to set "server.info" and "server.version" to nonsense (really). I have the following Valve setup as well: At what point would the "ServerInfo.properties" actually show a

Re: Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Christopher Schultz
Leon, On 5/6/21 06:25, Leon Atherton wrote: We are seeing that Firefox triggers the HTTP2 overhead protection with multipart file uploads. About 1MB is uploaded before overhead protection is triggered. I believe a few weeks ago Chrome was triggering this too, but it looks like a recent update

Firefox triggers HTTP2 overhead protection - known issue?

2021-05-06 Thread Leon Atherton
We are seeing that Firefox triggers the HTTP2 overhead protection with multipart file uploads. About 1MB is uploaded before overhead protection is triggered. I believe a few weeks ago Chrome was triggering this too, but it looks like a recent update may have resolved it. This is on Tomcat