You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?