]
Issue was automatically transitioned when Gianluigi Disconzi created pull request #633 in
GitHub
------------------------------------------------------------------------------------------------
Status: Pull Request Sent (was: Open)
Add proxy hosts exclusion capabilities
--------------------------------------
Key: FORGE-2793
URL:
https://issues.redhat.com/browse/FORGE-2793
Project: Forge
Issue Type: Enhancement
Components: Configuration
Affects Versions: 3.9.4.Final
Reporter: Gianluigi Disconzi
Assignee: Gianluigi Disconzi
Priority: Major
When working behind a corporate proxy, all network traffic is routed through it.
In case there's an addon catalog which is in the internal network, forcing the use of
said proxy makes it unreachable.
As stated in {{ForgeProxySelector}}, proxy implementation for Forge is based on [this
Oracle
guide|https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies....].
My suggestion is to implement an additional parameter {{nonProxyHosts}} to support hosts
exclusions when using proxy settings.