2020-11-09 18:26:39 +07:00
|
|
|
<?xml version="1.0"?>
|
2021-09-04 21:12:10 +07:00
|
|
|
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
|
2020-11-09 18:26:39 +07:00
|
|
|
|
|
|
|
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
|
|
<!-- IDEMPIERE-2490 -->
|
|
|
|
<Set name="maxFormContentSize">1048576</Set>
|
2021-05-29 16:54:12 +07:00
|
|
|
<Set name="maxFormKeys">2000</Set>
|
2021-09-04 21:12:10 +07:00
|
|
|
</Configure>
|