Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53D3B11F13 for ; Fri, 29 Aug 2014 14:44:53 +0000 (UTC) Received: (qmail 54644 invoked by uid 500); 29 Aug 2014 14:44:53 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 54607 invoked by uid 500); 29 Aug 2014 14:44:53 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 54594 invoked by uid 99); 29 Aug 2014 14:44:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 14:44:53 +0000 Date: Fri, 29 Aug 2014 14:44:52 +0000 (UTC) From: "Akitoshi Yoshida (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5979) Allow some headers to be returned in WebSocket's streaming responses MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akitoshi Yoshida resolved CXF-5979. ----------------------------------- Resolution: Fixed Fix Version/s: 3.1.0 3.0.2 > 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 > Fix For: 3.0.2, 3.1.0 > > > 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)