DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17583>. 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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement Status|NEW |RESOLVED Resolution| |LATER Target Milestone|--- |2.0 Family ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]