Community
Participate
Working Groups
Build ID: Build id: I20081118-0800 Steps To Reproduce: 1. Check "Use the same proxy server for all protocols" in the Windows IE proxy settings. 2. Open the settings page in Eclipse you will not see any native entries.
Created attachment 118585 [details] Patch_v01
I noticed that getProxyDataForHost(String) return only one HTTP proxy data when "Use the same proxy server for all protocols" is checked. I would expect to see a list of proxy data objects for all Win schemas (e.i. ftp, http, Gopher etc.) select() should return SOCKS proxy data for socks schema (e.g. "socks://eclipse.org")
Created attachment 118599 [details] Patch_v02
Looks good. Thanks Pawel.
Applied to HEAD.