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