Re: Build with SVN: add getLocalPort() to MultipartServletRequest?

2004-11-22 Thread Dakota Jack
Thanks for the assistance. I have a question and a request. Would it make sense to add getLocalPort to upload's MultipartServletRequest? That is the only thing keeping Struts from being compliant with Servlet 2.4 so far as I can tell. I am just putting this here because I know you are the man

Re: Build with SVN: add getLocalPort() to MultipartServletRequest?

2004-11-22 Thread Martin Cooper
Are you talking about MultipartRequestWrapper? If so, I guess that might make sense for the 1.2 branch. For 1.3, I expect much of the current upload code, including this class, will go away, and be replaced by a filter. I'm still working on the filter implementation for Commons FileUpload - I got