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 <[email protected]> Authored: Fri Jul 7 07:41:28 2017 +0200 Committer: Lukasz Lenart <[email protected]> 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>
