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/03/06 10:46:59 UTC

struts-examples git commit: Uses proper filter

Repository: struts-examples
Updated Branches:
  refs/heads/master e726ed76f -> 03ab56cb2


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/03ab56cb
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/03ab56cb
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/03ab56cb

Branch: refs/heads/master
Commit: 03ab56cb22fff6f697cd17d7528f62da8aba24f6
Parents: e726ed7
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sun Mar 6 10:46:52 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sun Mar 6 10:46:52 2016 +0100

----------------------------------------------------------------------
 message-store/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/03ab56cb/message-store/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/message-store/src/main/webapp/WEB-INF/web.xml b/message-store/src/main/webapp/WEB-INF/web.xml
index d6897e8..8858656 100644
--- a/message-store/src/main/webapp/WEB-INF/web.xml
+++ b/message-store/src/main/webapp/WEB-INF/web.xml
@@ -8,7 +8,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>