Kevin Perry created AXIS2-5948:
----------------------------------
Summary: Proxy settings ignored if username not specified
Key: AXIS2-5948
URL: https://issues.apache.org/jira/browse/AXIS2-5948
Project: Axis2
Issue Type: Bug
Components: jaxws, transports
Affects Versions: 1.7.9, 1.7.7
Reporter: Kevin Perry
org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.configure
carefully collects the proxy details, but then does not call the following
code if no username is provided:
{code:java}
HttpHost proxy = new HttpHost(proxyHost, proxyPort);
requestConfig.setProxy(proxy);
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]