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 2016/01/13 17:25:19 UTC

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

Uses proper filter


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

Branch: refs/heads/master
Commit: 4c349653d112a1e6185a47fd9d72d3f06a5a337d
Parents: 8deb681
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Wed Jan 13 17:24:17 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Wed Jan 13 17:24:17 2016 +0100

----------------------------------------------------------------------
 tiles/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/4c349653/tiles/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/tiles/src/main/webapp/WEB-INF/web.xml b/tiles/src/main/webapp/WEB-INF/web.xml
index c7e60f7..485a9cb 100644
--- a/tiles/src/main/webapp/WEB-INF/web.xml
+++ b/tiles/src/main/webapp/WEB-INF/web.xml
@@ -13,7 +13,7 @@
     <filter>
         <filter-name>struts2</filter-name>
         <filter-class>
-            org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
+            org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter
         </filter-class>
     </filter>