Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.7.0
-
None
-
Unknown
Description
Related to CAMEL-14823
When camel-jetty / camel-servlet reads into message body, then the servlet input stream is copied to a stream cache, and the original servlet input stream is closed when doing so.
However there may be other things on a app server that uses this input stream so we should not close it at this point.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-14823 Support to disable the stream caching in camel-servlet from the camel context - once more
- Resolved