Proposition for a WebAppClassLoader enhancement : ExpendableClassLoader

2009-04-06 Thread Sylvain Laurent
[I'm re-sending this e-mail as I did not have any response. Maybe it was because of html format ?] Hello, Among the many possible causes of classloader leaks, one is the context class loader of threads spawned during the execution of web applications. For instance, if the following

Proposition for a WebAppClassLoader enhancement : ExpendableClassLoader

2009-03-31 Thread Sylvain Laurent
Hello,Among the many possible causes of classloader leaks, one is the context class loader of threads spawned during the execution of web applications.For instance, if the following servlet is executed at least once and it is the first time the Graphics2D part of the JRE is used for the current