[ 
https://issues.apache.org/jira/browse/CAMEL-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965291#action_12965291
 ] 

Paul Mietz Egli commented on CAMEL-3379:
----------------------------------------

Just wanted to note that setting the multipartFilterRef parameter on the 
endpoint will also set enableMultipartFilter to true, since it doesn't make 
sense to provide a custom filter implementation and turn it off at the same 
time.  This behavior should probably be noted in the docs.

> Custom multipart parsing filter in camel-jetty
> ----------------------------------------------
>
>                 Key: CAMEL-3379
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3379
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Paul Mietz Egli
>         Attachments: camel-3379-custom-multipart-filter.diff, 
> MultiPartFormTestWithCustomFilter.java
>
>
> After spending my holiday weekend trying to get the Jetty MultipartFilter 
> class to work properly in our application, I finally gave up and modified a 
> local build of camel-jetty so we could use our own multipart filter 
> implementation in place of the standard one.  This seemed generally useful, 
> so here's a patch against trunk if you would like to put it in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to