CachedOutputStream support to not to close itself when the exchange is completed --------------------------------------------------------------------------------
Key: CAMEL-2947 URL: https://issues.apache.org/activemq/browse/CAMEL-2947 Project: Apache Camel Issue Type: Bug Components: camel-core Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.5.0 The patch of CAMEL-2944 just introduced a regression issue of CAMEL-2776. We just need to find a way to avoid the CachedOutputStream close itself when the exchange is completed, as the input stream which is get from the CachedOutputStream will be used after that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.