kamranzafar / JCL

Jar Class Loader, a configurable and dynamic custom classloader designed to create, manage and manipulate isolated Java classloaders in IoC frameworks and web applications.
http://kamranzafar.github.com/
579 stars 161 forks source link

Fixing resource loading when resources are in a directory #42

Closed matthoffman closed 8 years ago

matthoffman commented 8 years ago

…instead of inside a jar file. This is a fix for #41 .

Includes some simple tests, and a simple test jar file (with one property file in it) to try to ensure that the normal case still works.

kamranzafar commented 8 years ago

Thanks for the fix, I will include it in the next release.