IDEMPIERE-2490 java.lang.IllegalStateException: Form too large -> IDEMPIERE-3118 IDEMPIERE-669

This commit is contained in:
Carlos Ruiz 2017-07-06 14:42:56 +02:00
parent c083110778
commit 01cd2b1ef2
1 changed files with 5 additions and 1 deletions

View File

@ -155,4 +155,8 @@
<Arg>java.naming.factory.url.pkgs</Arg>
<Arg><Property name="java.naming.factory.url.pkgs" default="org.eclipse.jetty.jndi"/></Arg>
</Call>
<Call name="setAttribute">
<Arg>org.eclipse.jetty.server.Request.maxFormContentSize</Arg>
<Arg>1048576</Arg>
</Call>
</Configure>