Author: mrdon
Date: Mon Jan  1 01:01:28 2007
New Revision: 491548

URL: http://svn.apache.org/viewvc?view=rev&rev=491548
Log:
Added exclusion of dojo parameters
WW-1551

Modified:
    struts/struts2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/struts2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/struts-default.xml?view=diff&rev=491548&r1=491547&r2=491548
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Mon Jan  1 
01:01:28 2007
@@ -191,7 +191,9 @@
                 <interceptor-ref name="fileUpload"/>
                 <interceptor-ref name="checkbox"/>
                 <interceptor-ref name="static-params"/>
-                <interceptor-ref name="params"/>
+                <interceptor-ref name="params">
+                       <param name="excludeParams">dojo\..*</param>
+                </interceptor-ref>
                 <interceptor-ref name="conversionError"/>
                 <interceptor-ref name="validation">
                     <param 
name="excludeMethods">input,back,cancel,browse</param>


Reply via email to