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
Attachments: HttpClientTransport.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.