Community
Participate
Working Groups
Created attachment 128652 [details] proxy setting screen shots Build ID: I20090202-1535 Steps To Reproduce: 1. In Internet Explorer Proxy Setting page, check "Use the same proxy server for all protocols" and specify proxy server to HTTP field. 2. In Eclipse Network Connections page, select "Native" as Active Provider. 3. Add a new cvs repository with pserver. I found some the relating incidents. But I think that the problem is in the following for my case. I don't have a socks proxy. However, when the above-mentioned setting is specified, the SOCK proxy server is specified in Eclipse Network Connections page, and SOCKS proxy is used by priority, and HTTPS proxy is not used for cvs. In Internet Explorer proxy setting, the socks proxy field is cleared, when the option "Use the same proxy server for all protocols" is specified, Nevertheless, I think that it is a problem that the following definitions are in the following source, and the proxy server value is used even for SOCKS. org.eclipse.core.net/src/org/eclipse/core/internal/net/proxy/win32/winhttp/StaticProxyConfig.java private static final String[] KNOWN_TYPES = {"HTTP", "HTTPS", "FTP", "GOPHER", "SOCKS"};
(In reply to comment #0) > <proxy deleted/> > In Internet Explorer proxy setting, the socks proxy field is cleared, when the > option "Use the same proxy server for all protocols" is specified, Right, we should clear it in Eclipse as well. > Nevertheless, I think that it is a problem that the following definitions are > in the following source, and the proxy server value is used even for SOCKS. Why is that a problem?
Created attachment 128686 [details] Patch_v01 Masashi, fix exactly in the place you suggested. Thanks for your help.
Patch_v01 released to HEAD.
Removing iplog+ from bug - this indicates an IP contribution in a comment rather than a patch. http://wiki.eclipse.org/Development_Resources/Automatic_IP_Log