summaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.repository/src/main/webapp/WEB-INF/jetty-web.xml
blob: a6d294456b2d4f25b7e818515f0bc75f7f65e400 (plain)
1
2
3
4
5
6
7
<?xml version="1.0"  encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
	<!-- max(int) (=2 GB) is the upload size -->
	<Set name="maxFormContentSize">2147483640</Set>
</Configure>