Author: brett
Date: Sat Mar 21 07:42:31 2009
New Revision: 756889

URL: http://svn.apache.org/viewvc?rev=756889&view=rev
Log:
[MRM-1137] set a higher default of 10M for artifact upload

Modified:
    
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties

Modified: 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties?rev=756889&r1=756888&r2=756889&view=diff
==============================================================================
--- 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties
 (original)
+++ 
archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties
 Sat Mar 21 07:42:31 2009
@@ -25,6 +25,8 @@
 struts.devMode = true
 struts.configuration.xml.reload=true
 struts.multipart.parser=jakarta
+# 10M default
+struts.multipart.maxSize=10485760
 
 # TODO: package up a theme and share with Continuum. Should contain everything 
from xhtml, and set templateDir to WEB-INF/themes
 


Reply via email to