Hello, I downloaded 1.1.14, and it seems like TOMAHAWK-1635 is not fixed there. Looking at the source code, maxUploadFileSize is still an int and not long as was promised. Will it be fixed? Limiting file size to 2GB is a serious limitation for us.
Thank you, Alexander Vinnik. > -----Original Message----- > From: Mike Kienenberger [mailto:[email protected]] > Sent: Tuesday, September 04, 2012 12:43 PM > To: MyFaces Development > Subject: Re: file size limit > > Leonardo has already fixed this in the 1.1.14 snapshot. > > https://issues.apache.org/jira/browse/TOMAHAWK-1635 > > You can either wait until 1.1.14 is released, or you can use the snapshot. > > > On Tue, Sep 4, 2012 at 12:34 PM, Vinnik, Alexander > <[email protected]> wrote: >> Hello, >> >> I am using tomahawk20-1.1.13 (downloaded binary). maxUploadFileSize >> field in ExtensionsFilter is an integer, therefore it holds values up to >> 2GB - 1. >> What should I do to be able to upload files larger than 2GB? I tried >> to remove maxUploadFileSize, but then it defaults to 100Mb. >> >> >> >> Thank you, >> >> Alexander Vinnik
