Author: davenewton Date: Sat Sep 6 08:26:29 2008 New Revision: 692661 URL: http://svn.apache.org/viewvc?rev=692661&view=rev Log: Changed includeParams default to "none".
Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties?rev=692661&r1=692660&r2=692661&view=diff ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties Sat Sep 6 08:26:29 2008 @@ -152,7 +152,7 @@ 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