You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ja...@apache.org on 2011/01/30 20:05:24 UTC

svn commit: r1065350 - /struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml

Author: jafl
Date: Sun Jan 30 19:05:23 2011
New Revision: 1065350

URL: http://svn.apache.org/viewvc?rev=1065350&view=rev
Log:
WW-3512 remove nonexistent SessionContextAutowiringInterceptor

Modified:
    struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml

Modified: struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml?rev=1065350&r1=1065349&r2=1065350&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml (original)
+++ struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml Sun Jan 30 19:05:23 2011
@@ -38,7 +38,6 @@
     <package name="spring-default">
         <interceptors>
             <interceptor name="autowiring" class="com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor"/>
-            <interceptor name="sessionAutowiring" class="org.apache.struts2.spring.interceptor.SessionContextAutowiringInterceptor"/>
         </interceptors>
     </package>    
 </struts>