You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Akitoshi Yoshida (JIRA)" <ji...@apache.org> on 2014/08/29 15:28:53 UTC

[jira] [Created] (CXF-5979) Allow some headers to be returned in WebSocket's streaming responses

Akitoshi Yoshida created CXF-5979:
-------------------------------------

             Summary: Allow some headers to be returned in WebSocket's streaming responses
                 Key: CXF-5979
                 URL: https://issues.apache.org/jira/browse/CXF-5979
             Project: CXF
          Issue Type: Improvement
          Components: Transports
    Affects Versions: 3.0.1
            Reporter: Akitoshi Yoshida
            Assignee: Akitoshi Yoshida


Currently, when using jaxrs StreamingOutput to transfer a sequence of responses from a single method invocation, the responseId that refers to the original requestId is only set in the first response (the main response) but not in the responses that are subsequently pushed over the stream.

This patch will allow the responseId to be included in all the subsequent responses so that they can all be associated with the original request.




--
This message was sent by Atlassian JIRA
(v6.2#6252)