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

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

      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.

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

                Created:
                Updated:
                Resolved: