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 |
||
|---|---|---|
| cas-client-core | ||
| cas-client-integration-atlassian | ||
| assembly.xml | ||
| pom.xml | ||