mknittig / googlecode-mylyn-connector

Automatically exported from code.google.com/p/googlecode-mylyn-connector
0 stars 0 forks source link

Support or drop proxy configuration #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we display the proxy configuration on the connector settings page 
but we ignore it. I haven't seen an option to use proxies in the GData client 
though.

Original issue reported on code.google.com by philippe...@gmail.com on 27 Oct 2009 at 8:55

GoogleCodeExporter commented 8 years ago
GData supports proxies:
http://code.google.com/intl/de-DE/apis/gdata/articles/proxy_setup.html

Original comment by mknit...@googlemail.com on 17 Nov 2009 at 8:25

GoogleCodeExporter commented 8 years ago
That seems to be global configuration of java.net.URLConnection.

Original comment by philippe...@gmail.com on 17 Nov 2009 at 9:44

GoogleCodeExporter commented 8 years ago
Yes, but that's a good thing IMO.

Original comment by mknit...@googlemail.com on 20 Nov 2009 at 9:11

GoogleCodeExporter commented 8 years ago
No, it's not. It's a global configuration so you mess with everybody using 
java.net.URLConnection. Therefore it shouldn't be set on  a per repository 
basis but 
on a global basis. Either by Eclipse or with a startup parameter.

In addition the configuration is severely limited compared to Commons 
HttpClient, 
for example you can't set a proxy only for certain hosts or exclude certain 
hosts 
from the configuration. In short all the disadvantages of 
java.net.URLConnection 
apply. 

Original comment by philippe...@gmail.com on 21 Nov 2009 at 11:23