{
newBootstrapUrl = new URL(home, name);
}
catch (MalformedURLException e)
{
throw new IllegalArgumentException(new InvalidConfigurationException(
"Cannot construct bootstrapURL from home and name", e));
}
// Log
log.debug("New bootstrap URL: " + newBootstrapUrl.toExternalForm());