Open GoogleCodeExporter opened 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
That seems to be global configuration of java.net.URLConnection.
Original comment by philippe...@gmail.com
on 17 Nov 2009 at 9:44
Yes, but that's a good thing IMO.
Original comment by mknit...@googlemail.com
on 20 Nov 2009 at 9:11
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
Original issue reported on code.google.com by
philippe...@gmail.com
on 27 Oct 2009 at 8:55