[jboss-jira] [JBoss JIRA] Commented: (JBAS-4294) HttpSessionListener.sessionDestroyed is not invoked when the app gets undeployed
Avinash Pandit (JIRA)
jira-events at lists.jboss.org
Tue Sep 11 22:38:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4294?page=comments#action_12376317 ]
Avinash Pandit commented on JBAS-4294:
--------------------------------------
Issue is with StandardContext class of catalina.jar. Somehow 5.5.20 tomcat build which jbss 4.0.4 and 4.0.5 refers contains buggy code -- >
In Stop() of StandardContext listenerStop() is called before manager.stop(). This listenerstop() deletes all the listerners assuming ServletContextlistener are the last one to get called and hence the issue.
> HttpSessionListener.sessionDestroyed is not invoked when the app gets undeployed
> --------------------------------------------------------------------------------
>
> Key: JBAS-4294
> URL: http://jira.jboss.com/jira/browse/JBAS-4294
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-4.0.5.GA, JBossAS-4.0.4.GA
> Reporter: Vladimir Piskarev
> Assigned To: Remy Maucherat
>
> HttpSessionListener.sessionDestroyed is not invoked when the app gets undeployed.
> The bug affects JBossAS-4.0.4GA and later.
> JBossAS-4.0.3SP1 doesn't have this problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list