Re: ClassUtils.getResource and friends

2011-07-21 Thread Nathan Bubna
On Thu, Jul 21, 2011 at 12:26 PM, Christopher Schultz wrote: > All, > > In a somewhat unrelated thread on the user's list, Nathan and I have > been discussing changing the ClassUtils.getResource method from calling > (in order): > >  Thread.currentThread.getContextClassLoader().getResource() >  Cl

ClassUtils.getResource and friends

2011-07-21 Thread Christopher Schultz
All, In a somewhat unrelated thread on the user's list, Nathan and I have been discussing changing the ClassUtils.getResource method from calling (in order): Thread.currentThread.getContextClassLoader().getResource() ClassUtils.class.getResource() callingObject.getClass().getResource() Thi