Author: musachy Date: Thu Apr 30 20:40:43 2009 New Revision: 770438 URL: http://svn.apache.org/viewvc?rev=770438&view=rev Log: WW-2757 Stacks defaultStack & paramsPrepareParamsStack are not synced
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?rev=770438&r1=770437&r2=770438&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original) +++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Thu Apr 30 20:40:43 2009 @@ -240,10 +240,10 @@ </interceptor-ref> <interceptor-ref name="conversionError"/> <interceptor-ref name="validation"> - <param name="excludeMethods">input,back,cancel</param> + <param name="excludeMethods">input,back,cancel,browse</param> </interceptor-ref> <interceptor-ref name="workflow"> - <param name="excludeMethods">input,back,cancel</param> + <param name="excludeMethods">input,back,cancel,browse</param> </interceptor-ref> </interceptor-stack>