Sean Barie created BASE-49
In URLUtils.java the User Agent property is set for HttpUrlConnections prior to getting an input stream for an artifact. It is hardcoded to an older version which is causing connections to be blocked by our proxy server (it checks this to make sure the browser is up to date).
Instead of having this value hardcoded could this instead be pulled from a property file or system property so it can be updated?
Affects: 1.2.5
Votes: 0, Watches: 2