if (enabled && isPartOfOsgiBootDelegation(name)) {
url = getParentLoader().findResource(name);
if (url == null && strictLoading) {
throw new ResourceNotFoundException("JCL OSGi Boot Delegation: Resource " + name + " not found.");
}
if (logger.isLoggable(Level.FINEST))
logger.finest("Resource " + name + " loaded via OSGi boot delegation.");
}