Small correction: > Also, if I do the following: > > URL configURL = new URL( url, "config.xml" ); > configURL = new URL( configURL.toString() ); I meant URL configURL = new URL( new URL( url.toString() ), "config.xml" ); which works.
- RE: [BUG T322] Bug in getServletContext().getRes... Stevenson, Chris (SSABSA)
- RE: [BUG T322] Bug in getServletContext().g... bflynn
- Re: [BUG T322] Bug in getServletContext... Andy Armstrong
- Misusing dynamic binding when static bi... Brad Cox
- Re: Misusing dynamic binding when s... Dan Milstein
- Re: Misusing dynamic binding wh... Incze Lajos