AFAIK there were two issues with multipart request handling that needed Servlet 2.3 to resolve:
1) Forwarding a "wrapped" Request http://issues.apache.org/bugzilla/show_bug.cgi?id=17583 2) Un-implemented Servlet 2.3 methods http://issues.apache.org/bugzilla/show_bug.cgi?id=28983 I think we agreed to move to Servlet 2.3 now(?), so all thats needed to resolve both of these is: 1) Change the MultipartRequestWrapper to extend the HttpServletRequestWrapper (and remove the un-implemented Servlet 2.3 methods) 2) Remove the "un-wrapping" code from the PerformForward Command (anywhere else?) Anyone have any objections/issues to doing this? Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
