>From the filter:
// For multipart/form-data requests
if (FileUpload.isMultipartContent(httpRequest)) {
extendedRequest = new MultipartRequestWrapper(httpRequest,
_uploadMaxFileSize, _uploadThresholdSize, _uploadRepositoryPath);
}
so, sure the tomahawk Extension-Filter joins the party.
see:
http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/ExtensionsFilter.java?revision=472792&view=markup
On Nov 9, 2007 4:14 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> that beast "MultipartRequestWrapper" is from tomahawk.
>
> Don't have to code for tomahawk on my box...
>
>
> On Nov 9, 2007 4:10 PM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
> >
> > Thanks Matthias. I thought that Myfaces and Tomahawk are strictly
> > correlated, and I cannot find a Tomahawk-specific user mailing list.
> > Is there any one ?
> > Btw, I'm using Myfaces 1.1.5, Tomahawk 1.1.6, Trinidad 1.0.3.
> >
> > -- Renzo
> >
> >
> >
> > Matthias Wessendorf wrote:
> > this isn't specific to myfaces/trinidad. this is caused by tomahawk
> >
> > On Nov 9, 2007 3:53 PM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi, I'm using component tr:inputFile from Trinidad.
> > I successfully uploaded several kind of files to my application without
> > problems.
> > When I try to upload a zip file, I get a server error, according to the
> > following trace:
> >
> > java.lang.NoClassDefFoundError:
> > org/apache/commons/io/output/DeferredFileOutputStream
> > at
> > org.apache.commons.fileupload.DefaultFileItemFactory.createItem(DefaultFileItemFactory.java:102)
> > at
> > org.apache.commons.fileupload.FileUploadBase.createItem(FileUploadBase.java:500)
> > at
> > org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367)
> > at
> > org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:268)
> > at
> > org.apache.myfaces.webapp.filter.MultipartRequestWrapper.parseRequest(MultipartRequestWrapper.java:85)
> > ...
> > Eclipse report the top error as occurring in
> > org.apache.commons.fileupload.DefaultFileItemFactory from
> > commons-fileupload-1.1.1.jar.
> > What else should I include in my project to account specifically for zip
> > uploading and the missing class DeferredFileOutputStream ?
> >
> > Thanks -- Renzo
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>
--
Matthias Wessendorf
further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org