Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 36529 invoked from network); 4 Mar 2003 05:07:54 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Mar 2003 05:07:54 -0000 Received: (qmail 1617 invoked by uid 97); 4 Mar 2003 05:09:42 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@nagoya.betaversion.org Received: (qmail 1610 invoked from network); 4 Mar 2003 05:09:41 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Mar 2003 05:09:41 -0000 Received: (qmail 35908 invoked by uid 500); 4 Mar 2003 05:07:49 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 35897 invoked from network); 4 Mar 2003 05:07:49 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Mar 2003 05:07:49 -0000 Received: (qmail 1604 invoked by uid 50); 4 Mar 2003 05:09:36 -0000 Date: 4 Mar 2003 05:09:36 -0000 Message-ID: <20030304050936.1603.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 17583] - Handling parameters from MultipartRequestWrapper X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17583 Handling parameters from MultipartRequestWrapper martinc@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Status|NEW |RESOLVED Resolution| |LATER Target Milestone|--- |2.0 Family ------- Additional Comments From martinc@apache.org 2003-03-04 05:09 ------- Unfortunately, this cannot be fixed in a Struts 1.x release. The Servlets 2.2 spec does not allow a wrapped request to be passed to the RequestDispatcher, which is why we have to unwrap before forwarding. As you noted, unwrapping causes the parameters for a multipart request to be lost. The Servlets 2.3 spec does allow a wrapped request to be passed to the RequestDispatcher, so it will be possible to fix this in a Struts 2.x release. Therefore, I'm marking this as an enhancement targetted for a 2.0 Family milestone release. --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org