diff options
-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 |