From 2d3a1a8b88ad8afeb57c786d39bcc02744bf963d Mon Sep 17 00:00:00 2001 From: David Newton Date: Sat, 6 Sep 2008 15:26:29 +0000 Subject: [PATCH] Changed includeParams default to "none". git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@692661 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/org/apache/struts2/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index fc5f83939..e3a4ca070 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -152,7 +152,7 @@ struts.velocity.toolboxlocation= struts.url.http.port = 80 struts.url.https.port = 443 ### possible values are: none, get or all -struts.url.includeParams = get +struts.url.includeParams = none ### Load custom default resource bundles # struts.custom.i18n.resources=testmessages,testmessages2