[
https://issues.apache.org/jira/browse/MNG-6355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354568#comment-16354568
]
Roy commented on MNG-6355:
--------------------------
For reference, curl behaves as expected. Every time it follows a redirect, it
checks the host against the list of NO_PROXY hosts/patterns.
> WAGON http connector does not honor nonProxyHosts when following redirects.
> ---------------------------------------------------------------------------
>
> Key: MNG-6355
> URL: https://issues.apache.org/jira/browse/MNG-6355
> Project: Maven
> Issue Type: Bug
> Affects Versions: 3.3.3
> Environment: Linux
> Reporter: Roy
> Priority: Major
>
> Setup: An external maven repository hosting website (outside the firewall)
> that does a redirect to an internal website (for authentication). The
> external website requires a proxy, the internal one does not.
> Observation through Wagon trace: The proxy settings in the POM are used to
> access the external website, but the nonProxyHosts in the same POM are not
> referred to when accessing the internal website. The request keeps using the
> proxy when following redirects.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)