Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-20708

[GSS](7.3.z) In progress request can run into session timeout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 7.3.4.GA
    • Undertow
    • None
    • False
    • False
    • Undefined

      There can be an issue with requests received right before the session expiration after updating and getting the JBEAP-19475 fix. If the request starts shortly before the session expiration, the session timeout is not bumped, so then while the request is processing, the session can then still timeout, resulting in a failure in the request processing that then continues to take place after its session invalidated.

      Should we add bumpTimeout() to requestStarted() here to correct this:

      https://github.com/undertow-io/undertow/blob/2.1.x/core/src/main/java/io/undertow/server/session/InMemorySessionManager.java#L465

            thofman Tomas Hofman
            rhn-support-aogburn Aaron Ogburn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: