You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2009/06/08 05:22:07 UTC

[jira] Commented: (TOMAHAWK-1305) No error when file is uploaded larger than uploadMaxFileSize

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

Leonardo Uribe commented on TOMAHAWK-1305:
------------------------------------------

Checking the behavior of uploadMaxFileSize, it seems it was not correctly defined, so a new param called uploadMaxSize (the max size of the request) is defined to separate these two concepts. Other param called cacheFileSizeErrors was created to make easier deal with file size exceptions. This issue will be solved as part of TOMAHAWK-1381, but since it is strongly related to it, I'll close this one as duplicated.

> No error when file is uploaded larger than uploadMaxFileSize
> ------------------------------------------------------------
>
>                 Key: TOMAHAWK-1305
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1305
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: File Upload
>    Affects Versions: 1.1.7-SNAPSHOT
>            Reporter: Gertjan van Oosten
>
> When a file is uploaded that is larger than the uploadMaxFileSize, the upload is ignored but no error is shown.
> Reproducible with the fileupload example:
>   http://www.irian.at/myfacesexamples/fileupload.jsf
> Be patient, you need a file larger than 100 MBytes.

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