[ https://issues.apache.org/jira/browse/AXIS2-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Lazarski updated AXIS2-5948: ----------------------------------- Fix Version/s: 1.8.3 > 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.7, 1.7.9 > Reporter: Kevin Perry > Assignee: Robert Lazarski > Priority: Major > Fix For: 1.8.3 > > > 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 (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org