Claus Ibsen created CAMEL-17004:
-----------------------------------
Summary: camel-servlet - Should not close HttpServletInputStream
when reading body into stream caching
Key: CAMEL-17004
URL: https://issues.apache.org/jira/browse/CAMEL-17004
Project: Camel
Issue Type: Bug
Components: camel-servlet
Affects Versions: 3.7.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.7.6, 3.11.3, 3.12.0
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)