You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2005/08/16 05:11:53 UTC

[jira] Created: (AXIS2-153) Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender

Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender
--------------------------------------------------------------------------

         Key: AXIS2-153
         URL: http://issues.apache.org/jira/browse/AXIS2-153
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
    Reporter: Davanum Srinivas


Cross check support for NTLM, proxies...i remember a patch from Simon for gzip support as well in Axis 1.X. We need to port all those functionality to Axis 2.0

thanks,
dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2-153) Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender

Posted by "Saminda Wishwajith Abeyruwan (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-153?page=comments#action_12331242 ] 

Saminda Wishwajith Abeyruwan commented on AXIS2-153:
----------------------------------------------------

Hi All,

HttpClient supports different types of authentication schemes. It can be used to authenticate with proxies and http servers. 

Proxies:

Authenticating proxies can be done via Axis2.xml or at runtime. In Axis2.xml user has to insert the following "parameter" under "transportSender". 

<transportSender name="http/s"....>
<parameter name="PROXY" proxy_host="proxy_host_name" proxy_port="port_number" locked="true">userName:domain:passWord</parameter>
</transportSender> 

Or,  at runtime to set the properties,  fill up the bean HttpTransportProperties.ProxyProperties and set it with key HTTPConstants.PROXY, and HttpClient handles the rest. 

If proxy doesn't have to be authenticated, leave the "userName:domain:passWord" with "anonymous:anonymous:anonymous"

Saminda 

> Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender
> --------------------------------------------------------------------------
>
>          Key: AXIS2-153
>          URL: http://issues.apache.org/jira/browse/AXIS2-153
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>     Reporter: Davanum Srinivas

>
> Cross check support for NTLM, proxies...i remember a patch from Simon for gzip support as well in Axis 1.X. We need to port all those functionality to Axis 2.0
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-153) Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-153?page=all ]
     
Davanum Srinivas resolved AXIS2-153:
------------------------------------

    Resolution: Fixed

did a couple of rounds...if there is a more specific bug then we need to open it (added gzip support yesterday)

thanks,
dims

> Review CommonsHTTPSender in Axis 1.X and update CommonsHTTPTransportSender
> --------------------------------------------------------------------------
>
>          Key: AXIS2-153
>          URL: http://issues.apache.org/jira/browse/AXIS2-153
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>     Reporter: Davanum Srinivas

>
> Cross check support for NTLM, proxies...i remember a patch from Simon for gzip support as well in Axis 1.X. We need to port all those functionality to Axis 2.0
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira