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

Matthew Broadhead commented on MYFACES-4081:
--------------------------------------------

sorry to double post but wan't that fix also applied to 2.2.2?

> h inputFile size limit
> ----------------------
>
>                 Key: MYFACES-4081
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4081
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: TomEE 7.0.2
>            Reporter: Matthew Broadhead
>
> h inputFile seems to be limited to a file size of around 1MB.  no error is 
> thrown if file exceeds this size.  javascript console shows 
> net::ERR_CONNECTION_RESET
> i have tried changing these settings 
> {code:xml}
> <servlet>
>               <servlet-name>Faces Servlet</servlet-name>
>               <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
>               <load-on-startup>1</load-on-startup>
>               <multipart-config>
>                       <max-file-size>20848820</max-file-size>
>                       <max-request-size>418018841</max-request-size>
>                       <file-size-threshold>1048576</file-size-threshold>
>               </multipart-config>
>       </servlet>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to