]
George Gastaldi closed FORGE-2793.
----------------------------------
Fix Version/s: 3.9.6.Final
Resolution: Done
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
Fix For: 3.9.6.Final
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.