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
This commit is contained in:
Musachy Barroso
2008-12-03 16:24:56 +00:00
parent ae2f937761
commit 7ebff0ee12
+1 -1
View File
@@ -92,7 +92,7 @@ Please do not edit it directly.
<tr>
<td align="left" valign="top">includeParams</td>
<td align="left" valign="top">false</td>
<td align="left" valign="top">get</td>
<td align="left" valign="top">none</td>
<td align="left" valign="top">false</td>
<td align="left" valign="top">String</td>
<td align="left" valign="top">The includeParams attribute may have the value 'none', 'get' or 'all'</td>