-
Bug
-
Resolution: Done
-
Major
-
2.0.21.Final
-
None
If you use the reproducer for UNDERTOW-1402, you get a few warnings from Weld because the http context lifecycle listener never gets a request destroyed notification:
2019-06-13 17:32:51,914 WARN [org.jboss.weld.Servlet] (default task-1) WELD-000714: HttpContextLifecycle guard leak detected. The Servlet container is not fully compliant. The value was 1 2019-06-13 17:32:51,916 WARN [org.jboss.weld.Context] (default task-1) WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpRequestContextImpl association: HttpServletRequestImpl [ GET /servlet-async/AsynchronousServlet ] 2019-06-13 17:32:51,916 WARN [org.jboss.weld.Context] (default task-1) WELD-000225: Bean store leak detected during org.jboss.weld.module.web.context.http.HttpSessionContextImpl association: HttpServletRequestImpl [ GET /servlet-async/AsynchronousServlet ]
- is incorporated by
-
WFCORE-4526 Upgrade Undertow to 2.0.22.Final
- Closed
- relates to
-
UNDERTOW-1402 response.responseDone() skipped after uncaught exception from AsyncContextImpl.onAsyncComplete()
- Resolved