DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523

Model FileUpload model to mimic javax.servlet.Request





------- Additional Comments From [EMAIL PROTECTED]  2003-06-07 08:19 -------
The patch submitted is not 100% compatible with ServletRequest.  Exceptions:

- getParameter(String name) returns an Object that needs to be cast to the 
appropriate type (either String or FileItem).
- getParameterValues(String name) returns an Array of Objects that need to be 
cast to the appropriate type (either String or FileItem).
- getParameterMap() returns a Map containing ArrayList's as values instead of 
Arrays - each element of each ArrayList containing either a String or a 
FileItem.

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

Reply via email to