You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2008/06/22 06:03:28 UTC

svn commit: r670310 - /struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml

Author: mrdon
Date: Sat Jun 21 21:03:27 2008
New Revision: 670310

URL: http://svn.apache.org/viewvc?rev=670310&view=rev
Log:
Adding new filter to rest showcase
WW-2193

Modified:
    struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml

Modified: struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml?rev=670310&r1=670309&r2=670310&view=diff
==============================================================================
--- struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml (original)
+++ struts/struts2/trunk/apps/rest-showcase/src/main/webapp/WEB-INF/web.xml Sat Jun 21 21:03:27 2008
@@ -12,7 +12,7 @@
   <!-- START SNIPPET: filter -->
     <filter>
         <filter-name>action2</filter-name>
-        <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
+        <filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>
         <init-param>
           <param-name>actionPackages</param-name>
           <param-value>org.apache.struts2.rest.example</param-value>