Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
CXF-2911 HttpServletRequest.getScheme() returns null in one way webservice method
- Closed