You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Gary D. Gregory (JIRA)" <ji...@apache.org> on 2012/08/02 19:09:02 UTC

[jira] [Created] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Gary D. Gregory created HTTPCLIENT-1220:
-------------------------------------------

             Summary: Add DecompressingHttpClient#getHttpClient()
                 Key: HTTPCLIENT-1220
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
             Project: HttpComponents HttpClient
          Issue Type: Improvement
    Affects Versions: 4.2.1
         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: C:\Java\apache-maven-3.0.4\bin\..
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_31\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
            Reporter: Gary D. Gregory
         Attachments: DecompressingHttpClient.diff

This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski updated HTTPCLIENT-1220:
------------------------------------------

    Fix Version/s:     (was: 4.2.2)
                   4.3 Alpha1
    
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>             Fix For: 4.3 Alpha1
>
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429160#comment-13429160 ] 

Gary D. Gregory commented on HTTPCLIENT-1220:
---------------------------------------------

My intent here was to deal with the same basic issue as HTTPCLIENT-1199: I want to port use of the deprecated ContentEncodingHttpClient to a decorated DecompressingHttpClient. This issue helps me in that direction but I've not yet encountered the POST issue. I think what I'll do then is stick with ContentEncodingHttpClient until 4.3.
                
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>             Fix For: 4.3 Alpha1
>
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved HTTPCLIENT-1220.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2.2
    
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>             Fix For: 4.2.2
>
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated HTTPCLIENT-1220:
----------------------------------------

    Attachment: DecompressingHttpClient.diff
    
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated HTTPCLIENT-1220:
----------------------------------------

    Component/s: HttpClient
    
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (HTTPCLIENT-1220) Add DecompressingHttpClient#getHttpClient()

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429157#comment-13429157 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1220:
-----------------------------------------------

Gary, 

I just realized that we might have a small problem. Most likely we will have to deprecate DecompressingHttpClient in 4.3 as a result of HTTPCLIENT-1199. If this change is important for you, you should port it to the 4.2.x branch and change the fix version back to 4.2.2. Same goes for HTTPCLIENT-1221.

Oleg 
                
> Add DecompressingHttpClient#getHttpClient()
> -------------------------------------------
>
>                 Key: HTTPCLIENT-1220
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1220
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
> Maven home: C:\Java\apache-maven-3.0.4\bin\..
> Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_31\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>             Fix For: 4.3 Alpha1
>
>         Attachments: DecompressingHttpClient.diff
>
>
> This patch adds the accessor DecompressingHttpClient#getHttpClient() and makes the private ivars final.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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