]
Aaron Ogburn updated MODCLUSTER-478:
------------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request:
)
Thanks, [~rhusar]! Here's a 1.2 PR too of the fix in case it's needed for EAP 6.
Session draining always takes maximum configured timeout since
listener is always notified before session is removed
--------------------------------------------------------------------------------------------------------------------
Key: MODCLUSTER-478
URL:
https://issues.jboss.org/browse/MODCLUSTER-478
Project: mod_cluster
Issue Type: Bug
Components: Core & Container Integration (Java)
Affects Versions: 1.2.11.Final, 1.3.1.Final
Environment: -JBoss EAP 6
Reporter: Aaron Ogburn
Assignee: Radoslav Husar
mod_cluster session draining does not properly end when an active session is invalidated.
The NotifyOnDestroySessionListener is not invoked because it is not properly added. That
listener is added as a ApplicationLifecycleListeners, but JBossWeb 7 invokes
ApplicationSessionLifecycleListeners instead upon session expiration.