Re: Tomcat 8.5.5 and GZIP Post Request

2017-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Johan, On 1/11/17 12:25 PM, Johan Basson wrote: > I have a C++ client posting a json payload to Tomcat. The payload > is GZIP encoded and the request is send in chunks. I have added a > GZIP Filter to my application which wrappes the ServletInputStr

Tomcat 8.5.5 and GZIP Post Request

2017-01-11 Thread Johan Basson
Good Day I have a C++ client posting a json payload to Tomcat. The payload is GZIP encoded and the request is send in chunks. I have added a GZIP Filter to my application which wrappes the ServletInputStream into a GZIPInputStream. The request spans multiple packets, so I'm getting only part