You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/07/07 05:41:38 UTC

[3/3] struts-examples git commit: Uses proper filter definition

Uses proper filter definition


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/9f8e5597
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/9f8e5597
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/9f8e5597

Branch: refs/heads/master
Commit: 9f8e55972bcaf8e90d84f9167df4be17a77420ea
Parents: 3ed7606
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri Jul 7 07:41:28 2017 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri Jul 7 07:41:28 2017 +0200

----------------------------------------------------------------------
 crud/src/main/webapp/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/9f8e5597/crud/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/crud/src/main/webapp/WEB-INF/web.xml b/crud/src/main/webapp/WEB-INF/web.xml
index d0864b2..65cd4a2 100755
--- a/crud/src/main/webapp/WEB-INF/web.xml
+++ b/crud/src/main/webapp/WEB-INF/web.xml
@@ -10,7 +10,7 @@
   					 
     <filter>
         <filter-name>struts2</filter-name>
-        <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
+        <filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>
     </filter>
 
     <filter-mapping>