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