From 78cf76f801e5d1a0872ba1b589bea9ea8d078908 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Fri, 17 Jul 2009 01:40:35 +0000 Subject: [PATCH] [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 --- .../archiva-webapp/src/main/resources/struts.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5