|
From: <tob...@us...> - 2014-06-16 21:12:33
|
Revision: 8490
http://sourceforge.net/p/bigdata/code/8490
Author: tobycraig
Date: 2014-06-16 21:12:25 +0000 (Mon, 16 Jun 2014)
Log Message:
-----------
Added max form size jetty setting to accommodate 10mb files
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-06-16 21:02:08 UTC (rev 8489)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-06-16 21:12:25 UTC (rev 8490)
@@ -148,6 +148,7 @@
<Set name="parentLoaderPriority">true</Set>
<Set name="extractWAR">false</Set>
<Set name="overrideDescriptor"><SystemProperty name="jetty.overrideWebXml" default="bigdata-war/src/WEB-INF/override-web.xml"/></Set>
+ <Set name="maxFormContentSize">105000000</Set>
</New>
</Arg>
</Call>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|