From 2fcc81f5c824004c4a190c4a33c6e52f73dbece3 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Sat, 30 Sep 2006 13:13:43 +0000 Subject: [PATCH] [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 --- archiva-webapp/pom.xml | 2 +- archiva-webapp/src/main/resources/webwork.properties | 5 +++-- 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 @@ opensymphony webwork - 2.2.3 + 2.2.4 org.codehaus.plexus 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 -- 2.39.5