LocalDestination with DirectDispatch does not work with interceptors that 
decorate the OutputStream
---------------------------------------------------------------------------------------------------

                 Key: CXF-3545
                 URL: https://issues.apache.org/jira/browse/CXF-3545
             Project: CXF
          Issue Type: Sub-task
          Components: Transports
    Affects Versions: 2.4, 2.3.2
         Environment: Found in CXF 2.3.2, confirmed the code is the same in 
2.4.0
Windows 2003 Server x64

            Reporter: Peter Kedvessy


Create a Server that uses the local transport.
Set property org.apache.cxf.transport.local.LocalConduit.directDispatch
Add an Out interceptor to the Server that decorates the OutputStream. For 
example GZIPOutInterceptor.

Expected:
decorated OutputStream to work.

Actual:
ClassCastException

Cause:
{code:title=org.apache.cxf.transport.local.LocalDestination.close(Message)}
CachedOutputStream stream = 
(CachedOutputStream)message.getContent(OutputStream.class);
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to