if (generation < 0) throw new MalformedURLException("Invalid format");
int location = url.getPort();
return new ResourceUrlConnection(url, framework.getBundleManager(), bundleId, generation, location);
}
catch (NumberFormatException nfe)
{
LOGGER.log(Level.WARNING, "Unable to allocate bundle resource URL connection", nfe);
}