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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
