Hi! Should the URLClassLoader#findResources really delegate back to it's parent?
It looks like getResources() should give all the resources found for the CL + it's parent chain and findResources should only return the resources from the 'local' path of the current CL. Is this assumption correct? The ClassLoader JavaDoc is pretty sparse on this :( With delegating to the parent in findResources we essentially picked the resources up twice. LieGrue, strub
