aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-webapp
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-09-30 13:13:43 +0000
committerBrett Porter <brett@apache.org>2006-09-30 13:13:43 +0000
commit2fcc81f5c824004c4a190c4a33c6e52f73dbece3 (patch)
tree43ffe794268e074f5dc564e154d895aca0b6bd7d /archiva-webapp
parent28dc3238cbfb87c9c1955cbab401f524a28c5c46 (diff)
downloadarchiva-2fcc81f5c824004c4a190c4a33c6e52f73dbece3.tar.gz
archiva-2fcc81f5c824004c4a190c4a33c6e52f73dbece3.zip
[MRM-178] don't add parameters to webwork URLs by default
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-webapp')
-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