Hi,

I'm looking at https://issues.apache.org/jira/browse/CXF-2051 at the moment.
The problem is that after some initial writes to an out message's OutputStream 
an exception is thrown and it's handled seperately by also writing something to 
the output stream. 

Now, when it occurs the original OutputStream should really be replaced with a 
new one. But can this be done at the moment ? It looks like the initial write 
goes directly to the HttpServletResponse.responseStream....

Perhaps it's a up to  auser to handle cases liek thise one ? For example, 
introduce a Servlet filter which would buffer the output stream, or directly 
write to HttpServletResponse which is available for both JAXWS and JAXRS ?

Thanks, Sergey

Reply via email to