[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48409 ]
Dave Sag commented on MNG-728:
--
another reason i love me mac :-)
> Consider using java.net.useSystemProxies
>
>
> Key: MNG-728
> UR
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48313 ]
Steve Loughran commented on MNG-728:
1. MacOS Java is special; this property is meant to do the right thing for
Windows and Linux
2. Ant1.7 will have it turned on, unless you say -no
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_48190 ]
Dave Sag commented on MNG-728:
--
I'm not sure what's happening but both when at home (no proxies) and at work
(nazi proxy from hell) m2 works okay and seems to get the required resources
wit
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_44391 ]
Kohsuke Kawaguchi commented on MNG-728:
---
You are correct that it only works on URLConnections.
I think what you are saying is that it's not ubiquitous; it's certainly a
standard in
[ http://jira.codehaus.org/browse/MNG-728?page=comments#action_44388 ]
John Casey commented on MNG-728:
this will only work with URLConnection's, right...or rather, the java.net.*
connection classes. For example, what about commons-httpclient? or jsch? or...