[
https://issues.apache.org/jira/browse/CXF-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Kedvessy updated CXF-3545:
--------------------------------
Fix Version/s: (was: 2.3.3)
> 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.3.2, 2.4
> 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