[jboss-jira] [JBoss JIRA] (WFLY-2707) Filter.destroy() not called for undeployment
Stuart Douglas (JIRA)
issues at jboss.org
Wed Jan 22 03:18:29 EST 2014
[ https://issues.jboss.org/browse/WFLY-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-2707.
----------------------------------
Fix Version/s: 8.0.0.Final
Resolution: Done
> Filter.destroy() not called for undeployment
> --------------------------------------------
>
> Key: WFLY-2707
> URL: https://issues.jboss.org/browse/WFLY-2707
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Affects Versions: 8.0.0.CR1
> Environment: CentOs/OpenJDK 7
> Reporter: Andre Pankraz
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Final
>
>
> ServletContextListener.contextDestroyed() is called reliably at undeployment time.
> But the destroy() methods of javax.servlet.Filters are never called.
> The filter is not explicetely in the web.xml, it's automatically detected and initialized via init() at deployment, but destroy() is never called.
> JavaMelody cannot shutdown it's timers because of this:
> See last remarks in http://code.google.com/p/javamelody/issues/detail?id=360
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list