Community
Participate
Working Groups
I call the IProxyService.setNonProxiedHosts() to change the proxy settings during runtime. It seems that calling this method alone does not update the system properties. My workaround for the bug is to make additional fake calls to IProxyService.setProxyData(). This triggers the system properties update.
Created attachment 142486 [details] unit test I attach a unit test that reproduces the bug. Inside the unit test is included the workaround (commented).
Created attachment 165257 [details] Patch_v01 Kaloyan's patch with minor modifications.
Patch_v01 with the test in HEAD. I'm marking the problem as FIXED. The actual fix was introduced on bug 309313. Thanks Kaloyan.