Repository: struts Updated Branches: refs/heads/master cd4eb6f26 -> 43c030941
WW-4522 Support latest stable AngularJS version in maven angularjs archetype - Correct redirect to index action Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/43c03094 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/43c03094 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/43c03094 Branch: refs/heads/master Commit: 43c03094100a457b8f33802b8b3886ee79c84402 Parents: cd4eb6f Author: Johannes Geppert <jo...@apache.org> Authored: Mon Sep 28 19:53:26 2015 +0200 Committer: Johannes Geppert <jo...@apache.org> Committed: Mon Sep 28 19:53:26 2015 +0200 ---------------------------------------------------------------------- .../main/resources/archetype-resources/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/43c03094/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp ---------------------------------------------------------------------- diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp index 3fa05a5..a81b87f 100644 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp +++ b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp @@ -1 +1 @@ -<% response.sendRedirect("application"); %> \ No newline at end of file +<% response.sendRedirect("index"); %> \ No newline at end of file