Details
Description
According to the documentation of org.apache.velocity.runtime.resource.loader.
getResourceStream(String name), it should throw an ResourceNotFoundException
when the resource with the given name can't be found. But the Exception isn't
thrown, null is returned as result from the "classLoader.getResourceAsStream( name
)" method.