You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/03/04 06:09:36 UTC

DO NOT REPLY [Bug 17583] - Handling parameters from MultipartRequestWrapper

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

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