Re: Tomcat Large Payload Truncated

2020-07-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bhavesh, On 6/29/20 22:12, Bhavesh Mistry wrote: > Hi Mark, > > Thank you for responding. I have one more question. This is > spring-boot 2 application REST API server and it does not accept > Cookie or session (timeout is set to zero).Auth

Re: Tomcat Large Payload Truncated

2020-06-30 Thread Mark Thomas
On 30/06/2020 03:12, Bhavesh Mistry wrote: > Hi Mark, > > Thank you for responding. I have one more question. This is spring-boot 2 > application REST API server and it does not accept Cookie or session > (timeout is set to zero).Auth happens through Authorized header. We > have set 10mb

Re: Tomcat Large Payload Truncated

2020-06-29 Thread Bhavesh Mistry
Hi Mark, Thank you for responding. I have one more question. This is spring-boot 2 application REST API server and it does not accept Cookie or session (timeout is set to zero).Auth happens through Authorized header. We have set 10mb for maxPostSize. Does maxSavePostSize takes precedence

Re: Tomcat Large Payload Truncated

2020-06-28 Thread Mark Thomas
On 28/06/2020 20:14, Bhavesh Mistry wrote: > Hi All, > > > I am running embedded *tomcat*-embed-core-9.0.36.jar and large payload > *179292* and HTTPS 1.1 traffic. When I use curl command with > transfer encoding or without, both request JSON payload is truncated, and > the application can not