|
From: <tho...@us...> - 2014-06-17 12:16:57
|
Revision: 8492
http://sourceforge.net/p/bigdata/code/8492
Author: thompsonbry
Date: 2014-06-17 12:16:47 +0000 (Tue, 17 Jun 2014)
Log Message:
-----------
Changed the max form size for jetty to 10M rather than the somewhat strange default it was given.
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 22:10:27 UTC (rev 8491)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/jetty.xml 2014-06-17 12:16:47 UTC (rev 8492)
@@ -148,7 +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>
+ <Set name="maxFormContentSize">10485760</Set>
</New>
</Arg>
</Call>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|