Hello,

I found "x-gzip" (which is a synonym to gzip) is not recognized by the 
http.protocol implementation in the Classpath (unlike in the RI). So, I've 
added it. (I set the priority (q) for "x-gzip" a bit lesser than for "gzip" - 
probably it could be set the same - not a big deal.)

ChangeLog entries:
        * gnu/java/net/protocol/http/HTTPConnection.java (newRequest): Add
        "x-gzip" to the http "Accept-Encoding" header field.
        * gnu/java/net/protocol/http/Request.java (createResponseBodyStream):
        Recognize "x-gzip" content coding (as an alias for "gzip").

Attachment: classpath-ivmai-11.diff
Description: Binary data

Reply via email to