Author: musachy Date: Sun Aug 16 18:07:10 2009 New Revision: 804735 URL: http://svn.apache.org/viewvc?rev=804735&view=rev Log: WW-3222 Remove "profiling" interceptor from the "defaultStack"
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=804735&r1=804734&r2=804735&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/resources/struts-default.xml (original) +++ struts/struts2/trunk/core/src/main/resources/struts-default.xml Sun Aug 16 18:07:10 2009 @@ -270,7 +270,6 @@ <interceptor-ref name="prepare"/> <interceptor-ref name="chain"/> <interceptor-ref name="debugging"/> - <interceptor-ref name="profiling"/> <interceptor-ref name="scopedModelDriven"/> <interceptor-ref name="modelDriven"/> <interceptor-ref name="fileUpload"/>