java-cas-client/cas-client-integration-jetty
Marvin S. Addison f04dedd9bb Issue #152 Use WeakReference to avoid resource leak.
We don't want to hold a reference to HttpSession objects in the
ticket-to-session mapping that would prevent orphaned or expired sessions
from being purged. WeakReference ensures that won't happen.
2016-02-11 15:08:00 -05:00
..
src Issue #152 Use WeakReference to avoid resource leak. 2016-02-11 15:08:00 -05:00
pom.xml Issue #152 Jetty container-based authn. 2016-02-11 14:53:14 -05:00