Details
Description
Sometimes when using Jetty's Continuations it happens that updated-views responses contain an xml for updated-views but without the actual updated views as follows:
<updated-views></updated-views>
<updated-views></updated-views>
Issue Links
- depends on
-
ICE-2981 Send and clear the list of update views atomically
-
- Closed
-
When a response becomes available we'd resume the continuation and update the request map, making the scenario possible where updated-views responses without actual updated views are being pushed back to the client. To fix this we now updated the request map first before resuming the continuation. Marking this one as FIXED.