Community
Participate
Working Groups
Build id: I20081125-0840 Steps To Reproduce: 1. Go to Window > Preferences > General > Network connection 2. Select "Eclipse" as the active provider 3. Specify settings for all available protocols and click "OK" 4. Go to Network connection select "Native" provider and click "OK" Expected: System properties exported by ProxyManager match proxy setting from OS Actual: System properties exported by ProxyManager match proxy setting from Eclipse
Created attachment 123090 [details] Patch_v01 There was a problem in code that handles flushing information about active proxies to system properties. This operation is triggered from a few places but properties always corresponded to setting obtained from Eclipse proxy provider. The same is true about proxy bypass list. I make the smallest change possible to address the issue. That is I changed methods that update system properties to fetch from ProxySelector settings that correspond to active provider. Szymon, please review it.
Created attachment 123191 [details] Patch_v02 I added a unit test.
Created attachment 123212 [details] Patch_v03 Updated copyrights and some minor changes. Tomasz, will you have a look?
Patch_v03 released to HEAD.