We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The proxy support merged with #64 and included in release 3.6.0 ignores the <nonProxyHosts> setting from settings.xml
<nonProxyHosts>
settings.xml
Plugin does not consider proxy exceptions when connecting to Artifactory.
<proxy> <active>true</active> <protocol>http</protocol> <host>proxy.corp.bogus</host> <port>80</port> <nonProxyHosts>localhost*|127.0.0.1|*.corp.bogus</nonProxyHosts> </proxy>
artifactory.corp.bogus
Plugin should consider proxy exceptions when connecting to Artifactory.
3.6.0
N/A
No response
3.9.1
The text was updated successfully, but these errors were encountered:
We have the same issue with the plugin due to the fact that is does not handle nonProxyHosts in settings.xml in setupProxy.
Sorry, something went wrong.
any news about this issue?
Same issue here. Any news or workaround?
No branches or pull requests
Describe the bug
The proxy support merged with #64 and included in release 3.6.0 ignores the
<nonProxyHosts>
setting fromsettings.xml
Current behavior
Plugin does not consider proxy exceptions when connecting to Artifactory.
Reproduction steps
settings.xml
:artifactory.corp.bogus
Expected behavior
Plugin should consider proxy exceptions when connecting to Artifactory.
Artifactory Maven plugin version
3.6.0
Operating system type and version
N/A
JFrog Artifactory version
No response
Maven version
3.9.1
The text was updated successfully, but these errors were encountered: