On Fri, 25 Feb 2005 04:15:17 -0000, Niall Pemberton
<[EMAIL PROTECTED]> wrote:
> 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?

Not really. However, if we end up going with the filter and wrapper
I'm working on (slowly!) for Commons FileUpload, we wouldn't
necessarily need our own wrapper.

Also, you might want to add dummy methods for the new ones added in
Servlets 2.4, so that we're compatible there too. Not sure if there's
a bug in Bugzilla for that, but it's come up on the lists before.

--
Martin Cooper


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

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

Reply via email to