Uploaded image for project: 'Click'
  1. Click
  2. CLK-371

manually invalidating HttpSession leads to exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5 M2
    • 1.5 M2
    • core
    • None

    Description

      If the HttpSession is manually invalidated exceptions will be thrown because Context#getSession() returns a cached invalid session.

      To fix we could change Context#getSession to:

      public HttpSession getSession()

      { return request.getSession(); }

      Attachments

        Activity

          People

            medgar Malcolm Edgar
            sabob Bob Schellink
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: