You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2008/12/07 16:18:56 UTC

svn commit: r724140 - /roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties

Author: snoopdave
Date: Sun Dec  7 07:18:56 2008
New Revision: 724140

URL: http://svn.apache.org/viewvc?rev=724140&view=rev
Log:
https://issues.apache.org/roller/browse/ROL-1631

Setting max Struts upload size to 1 billion bytes
Roller's max upload setting remains in place at 1M bytes

Modified:
    roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties

Modified: roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties?rev=724140&r1=724139&r2=724140&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties (original)
+++ roller/trunk/apps/weblogger/web/WEB-INF/classes/struts.properties Sun Dec  7 07:18:56 2008
@@ -24,3 +24,6 @@
 # and use the highly preferred way of splitting the resource bundles into
 # smaller pieces per package or class
 struts.custom.i18n.resources=ApplicationResources
+
+# If you want to allow uploads over 1 billion bytes, then set this higher:
+struts.multipart.maxSize=1000000000