diff options
author | Brett Porter <brett@apache.org> | 2009-07-17 01:40:35 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-07-17 01:40:35 +0000 |
commit | 78cf76f801e5d1a0872ba1b589bea9ea8d078908 (patch) | |
tree | 4da1cc45a42c802476ecef3aa009b505a746184c /archiva-modules/archiva-web | |
parent | a73f0ccf31fcf1d0cf0b79cbd873c446325bcf58 (diff) | |
download | archiva-78cf76f801e5d1a0872ba1b589bea9ea8d078908.tar.gz archiva-78cf76f801e5d1a0872ba1b589bea9ea8d078908.zip |
[MRM-1220] disable Struts devMode for performance reasons
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/resources/struts.properties | 2 |
1 files changed, 1 insertions, 1 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 8ee5481d7..4355f60b2 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 @@ -22,7 +22,7 @@ struts.mapper.class = org.apache.maven.archiva.web.mapper.RepositoryActionMapper struts.objectFactory = org.codehaus.plexus.spring.Struts2PlexusInSpringObjectFactory struts.url.includeParams = none -struts.devMode = true +#struts.devMode = true struts.configuration.xml.reload=true struts.multipart.parser=jakarta # 10M default |