Details
Description
These nonProxyHosts can be retrieved with the settings.getActiveProxy().getNonProxyHosts();
This returns a String containing a (usually?)comma-separated list of nonProxyHosts.
If the jira URL matches one of these hosts, it should not use any proxy of course
.
I haven't found a nonProxyHosts concept in commons-httpclient, so it should be checked in the determineProxy Method of AbstractJiraDownloader.
This is quickly fixed and would be very useful ![]()
Thanks in advance
Issue Links
- is duplicated by
-
MCHANGES-200
Problem with login to jira over https and proxy
-
Separator character should be the pipe (|). Wildcards should be supported. See http://maven.apache.org/guides/mini/guide-proxies.html .
This Bug (yes it is a bug
) renders the plugin unusable for us, because our proxy refuses to proxy internal servers.