You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Seshu Pasam (Created) (JIRA)" <ji...@apache.org> on 2011/10/07 18:25:29 UTC

[jira] [Created] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
------------------------------------------------------------------------------------------------------

                 Key: WINK-353
                 URL: https://issues.apache.org/jira/browse/WINK-353
             Project: Wink
          Issue Type: Bug
          Components: Client
    Affects Versions: 1.1.3
            Reporter: Seshu Pasam
         Attachments: ApacheHttpClientConnectionHandler.diff

ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.

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

        

[jira] [Commented] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124580#comment-13124580 ] 

Hudson commented on WINK-353:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #471 (See [https://builds.apache.org/job/Wink-Trunk-JDK1.5/471/])
    Apply the patch from Seshu Pasam for WINK-353. Thanks.

rfeng : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1181293
Files : 
* /incubator/wink/trunk/wink-client-apache-httpclient/src/main/java/org/apache/wink/client/internal/handlers/ApacheHttpClientConnectionHandler.java

                
> ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WINK-353
>                 URL: https://issues.apache.org/jira/browse/WINK-353
>             Project: Wink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.3
>            Reporter: Seshu Pasam
>         Attachments: ApacheHttpClientConnectionHandler.diff, ApacheHttpClientConnectionHandler.diff
>
>
> ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.

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

        

Re: [jira] [Updated] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

Posted by Raymond Feng <en...@gmail.com>.
Patch applied.

Thanks,
Raymond
________________________________________________________________ 
Raymond Feng
rfeng@apache.org
Apache Software Foundation Member
Apache Tuscany PMC member and committer: tuscany.apache.org
Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
Personal Web Site: www.enjoyjava.com
________________________________________________________________

On Oct 7, 2011, at 9:29 AM, Seshu Pasam (Updated) (JIRA) wrote:

> 
>     [ https://issues.apache.org/jira/browse/WINK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Seshu Pasam updated WINK-353:
> -----------------------------
> 
>    Attachment: ApacheHttpClientConnectionHandler.diff
> 
> Uploading again with "Grant license to ASF" checked.
> 
>> ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
>> ------------------------------------------------------------------------------------------------------
>> 
>>                Key: WINK-353
>>                URL: https://issues.apache.org/jira/browse/WINK-353
>>            Project: Wink
>>         Issue Type: Bug
>>         Components: Client
>>   Affects Versions: 1.1.3
>>           Reporter: Seshu Pasam
>>        Attachments: ApacheHttpClientConnectionHandler.diff, ApacheHttpClientConnectionHandler.diff
>> 
>> 
>> ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.
> 
> --
> 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
> 
> 


[jira] [Updated] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

Posted by "Seshu Pasam (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seshu Pasam updated WINK-353:
-----------------------------

    Attachment: ApacheHttpClientConnectionHandler.diff

Uploading again with "Grant license to ASF" checked.
                
> ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WINK-353
>                 URL: https://issues.apache.org/jira/browse/WINK-353
>             Project: Wink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.3
>            Reporter: Seshu Pasam
>         Attachments: ApacheHttpClientConnectionHandler.diff, ApacheHttpClientConnectionHandler.diff
>
>
> ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.

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

        

[jira] [Resolved] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

Posted by "Raymond Feng (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved WINK-353.
-------------------------------

    Resolution: Fixed
      Assignee: Raymond Feng

Patch applied
                
> ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WINK-353
>                 URL: https://issues.apache.org/jira/browse/WINK-353
>             Project: Wink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.3
>            Reporter: Seshu Pasam
>            Assignee: Raymond Feng
>         Attachments: ApacheHttpClientConnectionHandler.diff, ApacheHttpClientConnectionHandler.diff
>
>
> ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.

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

        

[jira] [Updated] (WINK-353) ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor

Posted by "Seshu Pasam (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Seshu Pasam updated WINK-353:
-----------------------------

    Attachment: ApacheHttpClientConnectionHandler.diff
    
> ApacheHttpClientConnectionHandler is creating a new HttpClient if one is not passed to the constructor
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WINK-353
>                 URL: https://issues.apache.org/jira/browse/WINK-353
>             Project: Wink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.3
>            Reporter: Seshu Pasam
>         Attachments: ApacheHttpClientConnectionHandler.diff
>
>
> ApacheHttpClientConnectionHandler#openConnection() call creates a new instance of HttpClient for every call, if ApacheHttpClientConnectionHandler is created with null HttpClient. I will attach the patch.

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