aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-webapp/pom.xml2
-rw-r--r--archiva-webapp/src/main/resources/webwork.properties5
2 files changed, 4 insertions, 3 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml
index 8a6b6915c..0089dc57b 100644
--- a/archiva-webapp/pom.xml
+++ b/archiva-webapp/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>opensymphony</groupId>
<artifactId>webwork</artifactId>
- <version>2.2.3</version>
+ <version>2.2.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
diff --git a/archiva-webapp/src/main/resources/webwork.properties b/archiva-webapp/src/main/resources/webwork.properties
index 1ceb1567e..3041e3983 100644
--- a/archiva-webapp/src/main/resources/webwork.properties
+++ b/archiva-webapp/src/main/resources/webwork.properties
@@ -1,5 +1,6 @@
# define our own action mapper here
-webwork.mapper.class=org.apache.maven.archiva.web.mapper.RepositoryActionMapper
+webwork.mapper.class = org.apache.maven.archiva.web.mapper.RepositoryActionMapper
webwork.objectFactory = org.codehaus.plexus.xwork.PlexusObjectFactory
+webwork.url.includeParams = none
-# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes \ No newline at end of file
+# TODO: package up a theme and share with Continuum. Should contain everything from xhtml, and set templateDir to WEB-INF/themes