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=17583>.
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=17583

Handling parameters from MultipartRequestWrapper





------- Additional Comments From [EMAIL PROTECTED]  2004-05-14 14:44 -------
Chris, the issue you are describing *can* be fixed in Struts 1.x, but it is a 
completely different issue to the one Anton is reporting, which cannot be fixed 
without *requiring* Servlets 2.3 or later.

As I explained above, the resolution of Anton's problem requires passing a 
wrapped request to the request dispatcher, which is specifically disallowed in 
Servlets 2.2. There is no other way to resolve the particular problem Anton is 
describing.

The resolution of your problem does not require passing a wrapped request to 
the request dispatcher, only the implementation of some methods, introduced in 
later versions of the Servlet spec, in our wrapper class. If you'd like to see 
your problem addressed before Anton's problem, then I'd suggest submitting a 
separate bug report, since this bug report will not be addressed prior to 
Struts 2.x.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to