You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/06/19 06:11:29 UTC

[jira] Commented: (STR-2959) File upload has 2GB limit

    [ https://issues.apache.org/struts/browse/STR-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41245 ] 

Paul Benedict commented on STR-2959:
------------------------------------

I believe the signature should be changed. Adding a second method begs the question why the original one still exists, and what happens if you use it when the file is bigger than 2GB? 1.4 should be able to correct limitations of past versions. Niall, do you feel strongly about your viewpoint? Otherwise, I'd like to commit a change.

> File upload has 2GB limit
> -------------------------
>
>                 Key: STR-2959
>                 URL: https://issues.apache.org/struts/browse/STR-2959
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.7, 1.2.8, 1.2.9, 1.3.5
>         Environment: Websphere Application Server 6.0 
>            Reporter: Richard Harding
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> Struts currently has a 2GB limit on file upload.  
> org.apache.struts.upload has an artificial limit of 2GB.
> org.apache.commons.fileupload does not have this limit since 'long' is used in place of 'int'  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.