int generation = Integer.parseInt(parts[1]);
if (generation < 0) throw new MalformedURLException("Invalid format");
return new EntryUrlConnection(url, framework.getBundleManager(), bundleId, generation);
}
catch (NumberFormatException nfe)
{
LOGGER.log(Level.WARNING, "Unable to allocate bundle entry URL connection", nfe);
}