Prevent 404 not found at getting domTT.js and domTT.css
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/95c6a4c7 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/95c6a4c7 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/95c6a4c7 Branch: refs/heads/bootstrap-ui Commit: 95c6a4c7aceab6a5942456e130bea52f942e88ed Parents: 8042fd7 Author: Kohei Nozaki <[email protected]> Authored: Wed Jan 6 14:32:38 2016 +0900 Committer: Kohei Nozaki <[email protected]> Committed: Wed Jan 6 14:32:38 2016 +0900 ---------------------------------------------------------------------- app/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/95c6a4c7/app/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/app/src/main/webapp/WEB-INF/web.xml b/app/src/main/webapp/WEB-INF/web.xml index 8bb2795..f1ef1b7 100644 --- a/app/src/main/webapp/WEB-INF/web.xml +++ b/app/src/main/webapp/WEB-INF/web.xml @@ -166,6 +166,10 @@ <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> </filter-mapping> + <filter-mapping> + <filter-name>struts2</filter-name> + <url-pattern>/struts/*</url-pattern> + </filter-mapping> <!-- Context Listeners --> <listener>
