Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 98193 invoked from network); 30 Nov 2010 19:54:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 19:54:36 -0000 Received: (qmail 36610 invoked by uid 500); 30 Nov 2010 19:54:36 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 36562 invoked by uid 500); 30 Nov 2010 19:54:36 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 36554 invoked by uid 500); 30 Nov 2010 19:54:36 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 36522 invoked by uid 99); 30 Nov 2010 19:54:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 19:54:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 19:54:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAUJsFFF020729 for ; Tue, 30 Nov 2010 19:54:15 GMT Message-ID: <22606876.33341291146855403.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 14:54:15 -0500 (EST) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Work started: (CAMEL-3379) Custom multipart parsing filter in camel-jetty In-Reply-To: <17030619.8711291061230884.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-3379 started by Hadrian Zbarcea. > 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 > Assignee: Hadrian Zbarcea > 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.