On Oct 3, 2009, at 2:01 PM, Vincent Massol wrote:
Hi (especially Denis),
I've just found an interesting library: Emory Utilities
It has a URIClassLoader that fixes a lof of bugs from the JDK version and will work for fixing my problem with the script macros.
Doc: http://dcl.mathcs.emory.edu/php/loadPage.php?content=util/features.html#clas... Sources: http://dcl.mathcs.emory.edu/bin/viewvc/software/harness2/trunk/util/src/edu/...
Denis, could you have a look and check if it solves the problems you have also solved with your implementation? From what I see it solves most of the pb you have seen and a few others related to special chars in URLs. I just want to be sure your version isn't fixing something more this impl. is not fixing.
I'll be trying to use it over the week end but I've already found a way to make it work for my use case (even though these guys didn't know about dependency injection at that time - it was back in 2005...).
Actually I've just realied that the URL I was using for the sources don't contain the latest sources. I got the latest sources by downloading from http://dcl.mathcs.emory.edu/php/loadPage.php?content=util/download.php And they've improved them compared to the version I was looking so that's real cool since I don't have any hack to do any more :) Thanks -Vincent