users@jersey.java.net

[Jersey] Re: gzip content encoding failing on POST from File

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Tue, 20 Nov 2012 07:57:01 -0500

It was an old bug. Sorry.

On Mon, Nov 19, 2012 at 9:59 PM, Christopher Piggott <cpiggott_at_gmail.com>wrote:

> 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)
>
>