You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by sebb <se...@gmail.com> on 2009/03/18 17:42:53 UTC

Re: svn commit: r755629 - in /httpcomponents/httpclient/branches/branch_4_1: ./ httpclient/src/main/java/org/apache/http/impl/client/ httpclient/src/test/java/org/apache/http/impl/client/

On 18/03/2009, olegk@apache.org <ol...@apache.org> wrote:
> Author: olegk
>  Date: Wed Mar 18 16:30:49 2009
>  New Revision: 755629
>
>  URL: http://svn.apache.org/viewvc?rev=755629&view=rev
>  Log:
>  HTTPCLIENT-834: Transparent content encoding support (initial patch).
>
>  * Support for gzip and deflate content codings
>
>  Contributed by James Abley <james.abley at gmail.com>
>
>  Added:
>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java

AL headers are needed for the new files ...

Also please svn:eol-style native (if initial committer does that
hopefully fewer differences will be logged)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: svn commit: r755629

Posted by Oleg Kalnichevski <ol...@apache.org>.
sebb wrote:
> On 18/03/2009, olegk@apache.org <ol...@apache.org> wrote:
>> Author: olegk
>>  Date: Wed Mar 18 16:30:49 2009
>>  New Revision: 755629
>>
>>  URL: http://svn.apache.org/viewvc?rev=755629&view=rev
>>  Log:
>>  HTTPCLIENT-834: Transparent content encoding support (initial patch).
>>
>>  * Support for gzip and deflate content codings
>>
>>  Contributed by James Abley <james.abley at gmail.com>
>>
>>  Added:
>>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
>>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
>>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
>>     httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java
> 
> AL headers are needed for the new files ...
> 
> Also please svn:eol-style native (if initial committer does that
> hopefully fewer differences will be logged)
> 

My bad. Fixed.

Oleg

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org