Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70789 invoked from network); 11 May 2010 09:55:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 09:55:05 -0000 Received: (qmail 51837 invoked by uid 500); 11 May 2010 09:55:05 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 51688 invoked by uid 500); 11 May 2010 09:55:05 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 51681 invoked by uid 99); 11 May 2010 09:55:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 09:55:04 +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, 11 May 2010 09:55:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4B9sewe005486 for ; Tue, 11 May 2010 09:54:41 GMT Message-ID: <11373657.2051273571680897.JavaMail.jira@thor> Date: Tue, 11 May 2010 05:54:40 -0400 (EDT) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-5291) Can not get multipart data sent from html form. In-Reply-To: <18466258.60621273473948484.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan reassigned GERONIMO-5291: ------------------------------ Assignee: Ivan > Can not get multipart data sent from html form. > ----------------------------------------------- > > Key: GERONIMO-5291 > URL: https://issues.apache.org/jira/browse/GERONIMO-5291 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 3.0 > Environment: OS:win xp sp2 > Server:Geronimo 3.0 2010.05.06 build > JDK:1.6 > Reporter: Lu Jiang > Assignee: Ivan > > I tried the file upload example.But it fails to output the content of the uploaded file. > After debugging this example,I found that when using getPart() of HttpServletRequest ,then we expect to get multipart data sent from html form. > Part p = ((HttpServletRequest) request).getPart("testFile"); > But actually the object p is null,the multipart data is not caught. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.