[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492601#comment-13492601
 ] 

Alexander Vinnik commented on TOMAHAWK-1635:
--------------------------------------------

I downloaded 1.1.14, and it seems like this bug is not fixed there. 
maxUploadFileSize still overflows at 2GB (at 2GB it becomes 0 and rejects any 
upload), and looking at the source code, maxUploadFileSize is still an int and 
not long.
                
> Allow 'long' values for maxSize and maxFileSize configuration
> -------------------------------------------------------------
>
>                 Key: TOMAHAWK-1635
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1635
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: File Upload
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 1.1.14
>
>
> Commons fileupload allow 'long' values, but tomahawk restrict them to 'int'. 
> This is a common question and after all, it is up to the user to define how 
> large is this param. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to