You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2006/09/30 15:13:44 UTC

svn commit: r451593 - in /maven/archiva/trunk/archiva-webapp: pom.xml src/main/resources/webwork.properties

Author: brett
Date: Sat Sep 30 06:13:43 2006
New Revision: 451593

URL: http://svn.apache.org/viewvc?view=rev&rev=451593
Log:
[MRM-178] don't add parameters to webwork URLs by default

Modified:
    maven/archiva/trunk/archiva-webapp/pom.xml
    maven/archiva/trunk/archiva-webapp/src/main/resources/webwork.properties

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=451593&r1=451592&r2=451593
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Sat Sep 30 06:13:43 2006
@@ -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>

Modified: maven/archiva/trunk/archiva-webapp/src/main/resources/webwork.properties
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/src/main/resources/webwork.properties?view=diff&rev=451593&r1=451592&r2=451593
==============================================================================
--- maven/archiva/trunk/archiva-webapp/src/main/resources/webwork.properties (original)
+++ maven/archiva/trunk/archiva-webapp/src/main/resources/webwork.properties Sat Sep 30 06:13:43 2006
@@ -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