Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-1045

WebContextsService#destroySession

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.6, 1.5.0
    • 1.5.0
    • Context and Scopes
    • None

    Description

      Non-Servlet Session contexts don't get properly destroyed.

      We allow @SessionScoped to be created for non-web requests as well (giving them a 'dummy-session'). But we currently do not properly destroy them in this case. The WebContextsService#destroySessionContext currently just cleans up the SessionContext if a HttpSession gets used.

      This will create a mem leak for non-servlet sessions

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: