Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.11, 2.1.5, 2.2.1
-
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.