java-cas-client/cas-client-core
Brad Cupit 5761e0cb61 CASC-77
summary: fixed classloader leak by making the thread stop on webapp unload

this fix requires clients (those using proxy authentication) to configure either
a) a listener in web.xml (see CleanUpListener)
b) quartz in a spring xml config file (see CleanUpJob)

each of these starts a thread which runs the clean up operation

the listener will shut itself down on app undeploy
Spring's SchedulerFactoryBean (a quartz helper) must be configured with a destroy-method="destroy" in the spring xml config, otherwise a classloader leak may occur on webapp undeploy/hot deploy
2009-02-13 22:30:38 +00:00
..
src CASC-77 2009-02-13 22:30:38 +00:00
LICENSE.txt NOJIRA 2008-03-10 20:35:06 +00:00
pom.xml CASC-77 2009-02-13 22:30:38 +00:00