There should be an option to disable MultiPartFilter in camel-jetty component. -------------------------------------------------------------------------------
Key: CAMEL-2996 URL: https://issues.apache.org/activemq/browse/CAMEL-2996 Project: Apache Camel Issue Type: Improvement Components: camel-jetty Affects Versions: 2.4.0, 2.3.0 Reporter: Ilya Currently, camel-jetty will handle multi-part requests with MultiPartFilter, which will read the whole body of the request and store it in exchange. In our project, we'd like to implement our own handling of multi-part requests, but currently it is not possible, since there is no option to disable MultiPartFilter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.