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

NoSuchMethodError: MultipartStream.setHeaderEncoding

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         OS/Version|Linux                       |All
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2003-07-14 00:21 -------
I wasn't able to reproduce this with the struts-upload.war from Struts 1.1 
Final running on Tomcat 4.1.24.

>From the stack trace it seems your problem is with Commons FileUpload rather 
than Struts itself (the missing 
org.apache.commons.fileupload.MultipartStream.setHeaderEncoding is called from 
another Commons FileUpload method, 
org.apache.commons.fileupload.FileUploadBase.parseRequest).  The fact that you 
don't get the problem with Struts 1.1b3 doesn't necessarily indicate 
otherwise; Struts 1.1 Final calls 
org.apache.commons.fileupload.DiskFileUpload.parseRequest, and Struts 1.1b3 
calls org.apache.commons.fileupload.FileUpload.parseRequest, so a sufficiently 
broken Commons FileUpload would be consistent with what you're seeing.

But that said, I don't see anything wrong with the Commons FileUpload code 
that would explain your problem.  So what I would suggest is that you check 
again that the commons-fileupload.jar you're using is the 1.0 release 
(unmodified), and if that doesn't fix the problem, raise the issue with the 
Commons FileUpload folks.

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

Reply via email to