You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "john hyaduck (JIRA)" <ji...@apache.org> on 2010/10/04 19:14:40 UTC

[jira] Updated: (AMQ-1514) patch HTTP connector to support proxy authentication if proxyUsername and proxyPassword provided.

     [ https://issues.apache.org/activemq/browse/AMQ-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

john hyaduck updated AMQ-1514:
------------------------------

    Attachment: HttpTransportSupport.java
                HttpClientTransport.java

Files updated to rework outdated patch.  These updates fix 5.3.2 to provide ?proxyUser="xxxx";proxyPassword capability to a http network connector.  Tested with squid 2.7.

> patch HTTP connector to support proxy authentication if proxyUsername and proxyPassword provided.
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1514
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1514
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Connector
>    Affects Versions: 4.1.1
>         Environment: windows xp, java 1.5, servicemix 3.1.1 and activemq 4.1.1
>            Reporter: Sam Zhou
>            Priority: Minor
>             Fix For: NEEDS_REVIEWED
>
>         Attachments: amq-proxy-cred.patch, HttpClientTransport.java, HttpClientTransport.java, HttpTransportSupport.java, HttpTransportSupport.java
>
>
> Could not find a way to configure an http proxy host/port with user/pass authentication. 
> I am supplying a patch to allow this to be part of the options specified as part of the URI, for example, 
> uri="static://(http://myserver:80?proxyHost=my.proxy.com%26proxyPort=80%26proxyUsername=username%26proxyPassword=password)"
> This is an enhancement based on #AMQ-1099.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.