Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93189116C7 for ; Fri, 1 Aug 2014 11:48:39 +0000 (UTC) Received: (qmail 80203 invoked by uid 500); 1 Aug 2014 11:48:39 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 80168 invoked by uid 500); 1 Aug 2014 11:48:39 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 80157 invoked by uid 99); 1 Aug 2014 11:48:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 11:48:39 +0000 Date: Fri, 1 Aug 2014 11:48:39 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (WW-4308) Struts fileupload function can not get file upload process data 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/WW-4308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart resolved WW-4308. ------------------------------- Resolution: Fixed Assignee: Lukasz Lenart I have re-factored {{JakartaMultiPartRequest}} so you can simple sub-class it and add what ever you need. If this isn't sufficient let me know. > Struts fileupload function can not get file upload process data > --------------------------------------------------------------- > > Key: WW-4308 > URL: https://issues.apache.org/jira/browse/WW-4308 > Project: Struts 2 > Issue Type: Improvement > Components: Dispatch Filter, Integration, XML Configuration > Reporter: jiguian > Assignee: Lukasz Lenart > Labels: easyfix > Fix For: 2.3.18 > > > when use org.apache.struts2.dispatcher.multipart.JakartaMultiPartRequest to upload file with struts2, we can not add org.apache.commons.fileupload.ProgressListener to monitor the file upload process. -- This message was sent by Atlassian JIRA (v6.2#6252)