core-jgi/org.adempiere.ui.zk/WEB-INF/jetty-web.xml

9 lines
307 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<!-- IDEMPIERE-2490 -->
<Set name="maxFormContentSize">1048576</Set>
<Set name="maxFormKeys">2000</Set>
</Configure>