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

                 Key: CXF-2302
                 URL: https://issues.apache.org/jira/browse/CXF-2302
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.2.1, 2.1.5, 2.0.11
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.0.12, 2.1.6, 2.2.3



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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to