Menu

#11 getResources() does not work for folders without ending "/"

Unstable (example)
open
None
5
2013-10-16
2013-10-16
No

We have found out that JarClassLoader.getResources() works differently than the JVM ClassLoaders getResources(). While the default Classloader can be called with getResources("com/simontuffs") or getResources("com/simontuffs/"), one JarClassLoader only works with getResources("com/simontuffs/").

The attached patch fixes the Issue for 0.97 RC12. If desired i can also provide a patch for 0.98.

1 Attachments

Discussion


Log in to post a comment.