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 over maxPostSize ? I will set maxSavePostSize to -1 to disable it.
Also, I have another question. When Payload is as large as 10mb (json post), does payload body in JVM MEMORY or offloaded to FileInputStream ? Thanks, a lot for your help! Thanks, Bhavesh