Fix Native proxy on windows for Boot eclipse extension
This commit is contained in:
@@ -240,7 +240,7 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
|
||||
ProxyManager proxyManager = (ProxyManager) proxyService;
|
||||
if (proxyService.isSystemProxiesEnabled() && proxyManager.hasSystemProxies()) {
|
||||
for (IProxyData data : proxyManager.getNativeProxyData()) {
|
||||
if (data.getHost() != null) {
|
||||
if (data.getHost() != null && !data.getHost().isBlank()) {
|
||||
fillProxyData(proxy, data, proxyManager.getNativeNonProxiedHosts());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user