]
Stuart Douglas resolved WFLY-6427.
----------------------------------
Fix Version/s: 10.1.0.Final
Resolution: Done
An exception occurring during Servlet.destroy() is not logged
-------------------------------------------------------------
Key: WFLY-6427
URL:
https://issues.jboss.org/browse/WFLY-6427
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 9.0.2.Final
Reporter: lorenzo benvenuti
Assignee: Stuart Douglas
Fix For: 10.1.0.Final
Attachments: WildflyTestException.zip
There's no evidence of an exception thrown in a Servlet destroy method; the only hint
you have that something has gone wrong is the fact that the
ServletContextListener.contextDestroyed methods are not invoked (I don't know if this
is the expected behavior: for instance JBoss 7.1.1 logs the Servlet.destroy exception and
then invokes ServletContextListener.contextDestroyed anyway).
Thank you,
lorenzo