From cdea2730bac2b2613089951d8ef126c8baad34c4 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Sat, 21 Mar 2009 07:42:31 +0000 Subject: [PATCH] [MRM-1137] set a higher default of 10M for artifact upload git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@756889 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-webapp/src/main/resources/struts.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties index 2ffc2b459..8ee5481d7 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties @@ -25,6 +25,8 @@ struts.url.includeParams = none 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