Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
g boot (embedded tomcat does not). Is this correct behavior as expected? Thanks, Bhavesh On Fri, Feb 1, 2019 at 12:30 PM Bhavesh Mistry wrote: > Hi Mark, > > Thank you very much for your answer. The server should reset the wrong > request which PUT with Wrong Content-Length and not GET

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
). Is this correct behavior as expected? Thanks, Bhavesh On Fri, Feb 1, 2019 at 12:20 PM Mark Thomas wrote: > On 01/02/2019 20:10, Bhavesh Mistry wrote: > > Hello Tomcat Developers, > > > > I have a unique situation about HTTP Protocol PAYLOAD parsing and > > Cont

Re: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-01 Thread Bhavesh Mistry
Hello Tomcat Developers, I have a unique situation about HTTP Protocol PAYLOAD parsing and Content-Length Header. When PUT/POST Content-Length is NOT correct (client send wrong Content-Lenght), the tomcat is able to parse the request and respond to request with 2xx but subsequent on SAME TCP conn