Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-2302

HTTP continuations are not working correctly if keep-alives are on

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.11, 2.1.5, 2.2.1
    • 2.0.12, 2.1.6, 2.2.3
    • Transports
    • None

    Description


      The HTTP continuations are using the jetty continuation isNew method to see if it's "new". However, that method is really not named correctly as it's "new per connection" not "per request". Thus, with keep alives, the continuation is reused and CXF state gets confused.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: