You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/06/10 00:31:51 UTC

svn commit: r545803 - /struts/struts2/trunk/core/src/main/resources/struts-default.xml

Author: musachy
Date: Sat Jun  9 15:31:50 2007
New Revision: 545803

URL: http://svn.apache.org/viewvc?view=rev&rev=545803
Log:
WW-1979  Add annotation workflow definition to struts-default.xml

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=545803&r1=545802&r2=545803
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Sat Jun  9 15:31:50 2007
@@ -94,6 +94,7 @@
             <interceptor name="profiling" class="org.apache.struts2.interceptor.ProfilingActivationInterceptor" />
             <interceptor name="roles" class="org.apache.struts2.interceptor.RolesInterceptor" />
             <interceptor name="jsonValidation" class="org.apache.struts2.interceptor.validation.JSONValidationInterceptor" />
+            <interceptor name="annotationWorkflow" class="com.opensymphony.xwork2.interceptor.annotations.AnnotationWorkflowInterceptor" />
 
             <!-- Basic stack -->
             <interceptor-stack name="basicStack">