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 2004/03/29 11:07:53 UTC

DO NOT REPLY [Bug 25434] - multipart/form-data loses all request parameters in action forward.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=25434>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25434

multipart/form-data loses all request parameters in action forward.





------- Additional Comments From julian.trott@diagonal-solutions.co.uk  2004-03-29 09:07 -------
I too am experiencing the same problem when the encoding is
'multipart/form-data'. I also have two actions, the first forwarding to the
second exactly as above. 

When in the second action the request object (an instance of
org.apache.struts.upload.MultipartRequestWrapper) is a different instance to
that which I had in the first action, and a check of the request parameters
reveals that there are none.

I suggest that the severity of enhancement is a bit low as losing the contents
of the request seems pretty severe to me!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org