Possible bug in ResourceUtils and/or FileResource?

2012-02-09 Thread Jeffrey E Care
I was trying to track down some strange behavior in one of our custom resource collections and I think that I might have stumbled across a potential but in ResourceUtils. Specifically, in the "asFileResource" method: /** * Convenience method to turn any fileProvider into a basic *

Re: Possible bug in ResourceUtils and/or FileResource?

2012-02-09 Thread Matt Benson
Hi, Jeff. It does look like it would be nice for FileResource's (File) constructors to set basedir. I'm looking into this. Matt On Thu, Feb 9, 2012 at 4:19 PM, Jeffrey E Care wrote: > I was trying to track down some strange behavior in one of our custom > resource collections and I think that

Re: Possible bug in ResourceUtils and/or FileResource?

2012-02-09 Thread Jeffrey E Care
Matt Benson wrote on 02/09/2012 07:24:31 PM: > Hi, Jeff. It does look like it would be nice for FileResource's (File) > constructors to set basedir. I'm looking into this. Actually I may have spoken too soon when I said that just setting basedir was a good fix. It was for one of my test scena