Hello Mark, Il giorno gio, 07/02/2019 alle 09.49 +0000, Mark Thomas ha scritto: > On 06/02/2019 17:27, Giuseppe Sacco wrote: [...] > > So, I wonder, what instructs tomcat to start parsing a request? Is > > it > > the newline inbetween the header and the body? How is it possible > > to > > explain this behaviour? > > A 500 response will result in the connection being closed. > > It sounds like something in an application is holding on to a > reference > to the request and/or the response for longer than it should. These > objects are recycled and re-used so retaining references to them will > cause problems. One of the first things to try is: > > -Dorg.apache.catalina.connector.RECYCLE_FACADES=true > > See > https://tomcat.apache.org/tomcat-9.0-doc/config/systemprops.html#Secu > rity
A few hours ago, we updated tomcat from 8.5.20 to 8.5.37 and it seems the problem is no more present. We will try it on a live environment in a few hours. Thank you, Giuseppe --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
