Community
Participate
Working Groups
Build ID: N20080814-2000 Steps To Reproduce: 1. Make sure system proxy is not supported on the machine 2. Call the method setSystemProxiesEnabled(true) 3. Call the method setProxiesEnabled(true) 4. The assertion within the setProxiesEnabled(boolean) method breaks More information: The assertion breaks because of the wrong assumption on how the method IProxyService.isProxiesEnabled() works. As can be seen in javadocs it returns false when system proxy is enabled (by calling setSystemProxiesEnabled()) but not supported on the platform.
Created attachment 110328 [details] Patch Szymon, will you have a look at this?
Looks good. Proceed :-)
Yes sir. Released, sir.