Go to file
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
cas-client-core CASC-77 2009-02-13 22:30:38 +00:00
cas-client-integration-atlassian NOJIRA 2008-12-18 04:21:15 +00:00
assembly.xml updated for 3.1-m1 release 2007-01-23 20:01:01 +00:00
pom.xml NOJIRA 2008-12-18 04:21:15 +00:00