diff options
author | Brett Porter <brett@apache.org> | 2009-03-21 07:42:31 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-03-21 07:42:31 +0000 |
commit | cdea2730bac2b2613089951d8ef126c8baad34c4 (patch) | |
tree | b078f293e6f0cb8c35b90adc2e0de263d6d5ff0e /archiva-modules | |
parent | 566d5d73bb19b0117cbf6649b6c6b93c720eb24f (diff) | |
download | archiva-cdea2730bac2b2613089951d8ef126c8baad34c4.tar.gz archiva-cdea2730bac2b2613089951d8ef126c8baad34c4.zip |
[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
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 |