DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=22419>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=22419 ClasspathResourceLoader should be using the Thread's context ClassLoader ( [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ClasspathResourceLoader |ClasspathResourceLoader |should be using the Thread's|should be using the Thread's |context ClassLoader |context ClassLoader ( ------- Additional Comments From [EMAIL PROTECTED] 2004-07-23 06:09 ------- Hi, I just wanted to note this is really a significant bug in ClassPathResourceLoader. Caching just doesn't work properly with the current implementation. This has been discussed recently on the velocity-user list, where another user came to the same conclusion. http://www.mail-archive.com/velocity-user%40jakarta.apache.org/msg12966.html Also, this thread on the Tomcat list is relevant. http://archives.real-time.com/pipermail/tomcat-users/2003-June/113209.html I suggest we apply this one-line fix and save future users the trouble of building their own resource loader (which is what the poster to velocity-user did). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
