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=8732>. 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=8732 Fileupload with Bea Weblogic 6.1 Sp2 throws an exception ------- Additional Comments From [EMAIL PROTECTED] 2002-05-27 06:08 ------- This is also occurring on Tomcat v4.0.3 - a fix has been posted in the mail archives, however other users have reported that this fails when using 3.3a of Tomcat (maybe a Servlet 2.2 vs 2.3 compatibility issue): >In package "org.apache.struts.action" class "RequestProcessor" method >"doForward(...)" add the follwing code as the first lines: > >if (request instanceof MultipartRequestWrapper) { > request = ((MultipartRequestWrapper) request).getRequest(); >} > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>