[ https://jira.codehaus.org/browse/WAGON-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=348785#comment-348785 ]
Grzegorz Grzybek commented on WAGON-416: ---------------------------------------- The {{connect()}} method with {{ProxyInfoProvider}} is used by e.g., {{org.sonatype.aether.connector.wagon.WagonRepositoryConnector#connectWagon()}} > 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)