Grzegorz Grzybek created WAGON-416:
--------------------------------------
Summary: Lightweight HTTP Wagon doesn't set Proxy-Authorization
headers
Key: WAGON-416
URL: https://jira.codehaus.org/browse/WAGON-416
Project: Maven Wagon
Issue Type: Bug
Components: wagon-http-lightweight
Reporter: Grzegorz Grzybek
When using
{code:java}
org.apache.maven.wagon.AbstractWagon#connect(org.apache.maven.wagon.repository.Repository,
org.apache.maven.wagon.authentication.AuthenticationInfo,
org.apache.maven.wagon.proxy.ProxyInfoProvider)
{code}
method (using {{ProxyInfoProvider}}) the {{proxyInfo}} field in Wagon isn't
initialized. Then, when connecting to secure HTTP proxy,
{{Proxy-Authorization}} header is not set.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)