a6d294456b2d4f25b7e818515f0bc75f7f65e400
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / WEB-INF / jetty-web.xml
1 <?xml version="1.0"  encoding="ISO-8859-1"?>
2 <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
3
4 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
5         <!-- max(int) (=2 GB) is the upload size -->
6         <Set name="maxFormContentSize">2147483640</Set>
7 </Configure>