-
Bug
-
Resolution: Done
-
Critical
-
2.3.4.Final
-
None
-
None
The problem I'm experiencing is that a REST call, handled by RESTEasy, appends the result of all the previously timed out requests, which failed due to the asyncContext.complete() exception. If I submit "X" separate calls that block longer then then timeout and then submit a call which processes quickly the result will contain X+1 copies of the data. I'm able to reproduce this very easily. I can attach a war file as an example if possible.
- clones
-
RESTEASY-781 CLONE[RESTEASY-752] - Duplicate response after async response timeout
- Closed