I don't have sample code yet, but I'm working on making a standalone
project to prove this. I'm going to go on a fishing expedition and ask
anyway.
Does anybody know why a POST request using a jersey client with
GzipContentEncodingFilter enabled should fail on linux but not on windows?
The exception on the jersey-server side is complaining that it didn't get
enough bytes. The actual error is in Gzip somewhere within the JRE. I can
think of no reason why it should be failing, but just haven't been able to
isolate it yet. I'm just wondering if other have seen anything peculiar in
this area.
jersey client is 1.4. Server is 1.6. (Yeah, I know they're both pretty
old)