You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/09/26 17:17:00 UTC

[jira] [Resolved] (CAMEL-17004) camel-servlet - Should not close HttpServletInputStream when reading body into stream caching

     [ https://issues.apache.org/jira/browse/CAMEL-17004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17004.
---------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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)