]> source.dussan.org Git - archiva.git/commitdiff
[MRM-178] don't add parameters to webwork URLs by default
authorBrett Porter <brett@apache.org>
Sat, 30 Sep 2006 13:13:43 +0000 (13:13 +0000)
committerBrett Porter <brett@apache.org>
Sat, 30 Sep 2006 13:13:43 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451593 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/pom.xml
archiva-webapp/src/main/resources/webwork.properties

index 8a6b6915cb65546587d51e874e033b81ff02b1de..0089dc57b051bf0cf376f7e859f2d3c84003692b 100644 (file)
@@ -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>
index 1ceb1567e3c9f2e52a585cacef9e9de970c28233..3041e39832bb845d9b7f8a4501c470edbbc8b85f 100644 (file)
@@ -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