name = info.get("db") != null ? info.get("db") : info.get("name"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}
// Use proxy settings if they exist
HttpProxyConfiguration proxyConfiguration = null;
try {
URL urlOb = new URL(url);
proxyConfiguration = CloudFoundryClientFactory.getProxy(urlOb);
}