Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14570

HttpSession implementation generated during distributed session events should implement hashCode/equals

XMLWordPrintable

      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.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: