Yog-Sothoth
Yog-Sothoth
Created a PR with a sample: https://github.com/kumuluz/kumuluzee-samples/pull/25
Any progress on this?
Well, obviously there's no servlet support under SE, so it doesn't make sense trying to start anything that depends on `javax.servlet`. If some extensions require it for some reason, then...
PS. Now that i was approved full access to github from office, i can implement a necessary fix, but i'm not ready to commit to core without discussing with you...
I saw you using classgraph in there, ok i'll give it a try.
>>ClassLoader's getResource is supposed to work this way Actually it does work sort of this way. I just debugged `BuiltinClassLoader` from JDK 12, which is the superclass for all classloaders...
>> I don't see enough benefits from this functionality So the fact that by not having this functionality (because you chose to interpret the specification the way that suits you)...
>>How a classloader is supposed to behave is defined in the javadocs A directory is a resource and so if i wanted to get a reference to a directory relative...
Oh yes, did i forget to mention that `getResources` breaks even what you suggest it does and behaves inconsistently depending on whether the directory is in a jar, or not?...