[
https://jira.codehaus.org/browse/WAGON-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
paolo antinori updated WAGON-414:
---------------------------------
Description:
Please verify my version infos since I am not sure if I am looking at outdated
libs no longer in user.
---
Hi I am facing a problem with the {{nonProxyHosts}} information in the class:
{{WagonRepositoryConnector}}
version: {{1.13.1}}
http://grepcode.com/file/repo1.maven.org/maven2/org.sonatype.aether/aether-connector-wagon/1.13.1/org/sonatype/aether/connector/wagon/WagonRepositoryConnector.java/#258
What I can see from the code and runnin the class in debug mode, the
{{nonProxyHosts}} informations are not copied over at line {{251}} in the
{{getProxy}}
method.
In this way, other classes that use the {{ProxyInfo}} object to decide what to
download will never receive that information.
For example this happens in {{
org.apache.maven.wagon.AbstractWagon}} or in my case in its subclass
{{LightweightHttpWagon}}
see
http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven.wagon/wagon-provider-api/2.6/org/apache/maven/wagon/AbstractWagon.java#884
http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven.wagon/wagon-http-lightweight/2.6/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java#271
Is this information lost as it seems (and as my debug session show) or is there
any other component that is supposed to enrich the ProxyInfo object with this
information?
was:
Please verify my version infos since I am not sure if I am looking at outdated
libs no longer in user.
---
Hi I am facing a problem with the {{nonProxyHosts}} information in the class:
WagonRepositoryConnector
version: 1.13.1
> nonProxy filtering informations are not propagated
> --------------------------------------------------
>
> Key: WAGON-414
> URL: https://jira.codehaus.org/browse/WAGON-414
> Project: Maven Wagon
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: paolo antinori
>
> Please verify my version infos since I am not sure if I am looking at
> outdated libs no longer in user.
> ---
> Hi I am facing a problem with the {{nonProxyHosts}} information in the class:
> {{WagonRepositoryConnector}}
> version: {{1.13.1}}
> http://grepcode.com/file/repo1.maven.org/maven2/org.sonatype.aether/aether-connector-wagon/1.13.1/org/sonatype/aether/connector/wagon/WagonRepositoryConnector.java/#258
> What I can see from the code and runnin the class in debug mode, the
> {{nonProxyHosts}} informations are not copied over at line {{251}} in the
> {{getProxy}}
> method.
> In this way, other classes that use the {{ProxyInfo}} object to decide what
> to download will never receive that information.
> For example this happens in {{
> org.apache.maven.wagon.AbstractWagon}} or in my case in its subclass
> {{LightweightHttpWagon}}
> see
> http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven.wagon/wagon-provider-api/2.6/org/apache/maven/wagon/AbstractWagon.java#884
> http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven.wagon/wagon-http-lightweight/2.6/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java#271
> Is this information lost as it seems (and as my debug session show) or is
> there any other component that is supposed to enrich the ProxyInfo object
> with this information?
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)