From 7ebff0ee129584e63ec43b025d36bd2332b35e19 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Wed, 3 Dec 2008 16:24:56 +0000 Subject: [PATCH] WW-2901 Set the default includeParams to "none" (is currently "get") git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@722957 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/site/resources/tags/url.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/site/resources/tags/url.html b/core/src/site/resources/tags/url.html index 2b023f34f..881a5818f 100644 --- a/core/src/site/resources/tags/url.html +++ b/core/src/site/resources/tags/url.html @@ -92,7 +92,7 @@ Please do not edit it directly. includeParams false - get + none false String The includeParams attribute may have the value 'none', 'get' or 'all'