Re: Patch: add support for http.agent override

2014-03-09 Thread Antoine Levy Lambert
Hello Tony, thanks for your contribution, patch submitted. Regards, Antoine On Feb 28, 2014, at 10:15 PM, Tony Likhite wrote: > We needed this to get Ivy working with a client's extremely paranoid HTTP > proxy setup. It insisted on a specific User-Agent header, so we added > support for -Dhttp

Patch: add support for http.agent override

2014-02-28 Thread Tony Likhite
We needed this to get Ivy working with a client's extremely paranoid HTTP proxy setup. It insisted on a specific User-Agent header, so we added support for -Dhttp.agent (same as Ant). -- Index: src/java/org/apache/ivy/util/url/AbstractURLHandler.java =