Alessio Soldano created CXF-5116:
------------------------------------
Summary: DelegatingInputStream created in AbstractHTTPDestination
cached into wrong Message instance
Key: CXF-5116
URL: https://issues.apache.org/jira/browse/CXF-5116
Project: CXF
Issue Type: Bug
Components: Core, Transports
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: 2.6.9, 2.7.6, 3.0.0
The DelegatingInputStream instance created in AbstractHTTPDestination uses the
passed Message instance to cache HttpServletRequest inputs. However in
ChainInitiationObserver::onMessage a new SoapMessage is created by copying the
existing request message contents, so when the DelegatingInputStream caching is
triggered, the input data is saved in wrong message instance.
The result is CXF-2911 bug is still valid.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira