Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.25.0, 3.1.0
-
None
-
Unknown
Description
Current camel-servlet doesn't support to disable the stream caching from the camel context, it just check the exchange property for it. The cloned CAMEL-8821 Jira tried to fix it, but the fix does not work. As the last comment there says, readRequestBodyFromServletRequest calls a wrong method ("readResponse..." instead of "readRequest...", only the latter contains the fix). Either those two methods could be merged into one (with the body of "readRequest...") or readRequestBodyFromServletRequest should call "readRequest...".
Attachments
Issue Links
- is a clone of
-
CAMEL-8821 Support to disable the stream caching in camel-servlet from the camel context
- Resolved
- is related to
-
CAMEL-17004 camel-servlet - Should not close HttpServletInputStream when reading body into stream caching
- Resolved