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

Unimplemented Servlet 2.3 methods in MultipartRequestWrapper





------- Additional Comments From [EMAIL PROTECTED]  2004-05-26 02:15 -------
Presumably the getParameterMap() method needs to do the same kind of thing as 
the getParametersNames() method - i.e. create a Map by merging the parameters 
from the normal and multipart requests. For this using the getRequest
().getParameterMap() mechanism would not return the correct results?

For the other 3 methods a solution would be to sub-class the 
MutipartRequestWrapper and call the underlying 2.3 methods yourself - then 
override the processMultipart() method in the RequestProcessor to create your 
version of MultipartRequestWrapper.


Another solution would be to use reflection to call the underlying 2.3 methods -
 throwing an Exception if they don't exist.

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

Reply via email to