-
Bug
-
Resolution: Done
-
Critical
-
23.0.0.Final
-
None
Mojarra's WebappLifecycleListener stores HttpSession references in an unindexed collection. Since removal from this collection initiates from the session destroyed event, the HttpSession implementation passed to these events must implement hashCode/equals that is consistent with Undertow's HttpSessionImpl.
This otherwise causes a memory leak, as session will not be removed from this collection.
- is cloned by
-
JBEAP-21304 HttpSession implementation generated during distributed session events should implement hashCode/equals
- Closed