You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/06/09 03:11:35 UTC

DO NOT REPLY [Bug 28983] - Unimplemented Servlet 2.3 methods in MultipartRequestWrapper

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 niallp@apache.org  2004-06-09 01:11 -------
In order to delegate to the Servlet 2.3 methods Struts would have to be depend 
on the Servlet 2.3 api - if we did that then we would just extend the new 
request wrapper introduced in 2,3 anyway. My understandaing is we're 
maintaining compatibility with Servlet 2.2 spec.

Using reflection means may not be ideal but it preserves the 2.2 compatibility 
but also supports the new methods.

Does anyone have any objections to me applying the patch?

Niall

P.S. The implementation of Servlet 2.3 methods is also one of the issues raised 
in Bug 17583

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org