Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-913

HttpServletRequest.getSession(...) should return null (or new session) if session attached to exchange is invalid

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 1.4.6.Final
    • Servlet
    • None

    Description

      Currently, HttpServletRequest.getSession(...) will return an invalid session if a concurrent request has invalidated the session. According to the servlet spec, this method should return null (or a new session) if the session currently associated with the request was invalidated.

      Attachments

        Issue Links

          Activity

            People

              sdouglas1@redhat.com Stuart Douglas
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: