Repository: struts-examples Updated Branches: refs/heads/master b6e7fbe87 -> ff1b0b18f
Uses relative patch instead of absolute for redirect Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/ff1b0b18 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/ff1b0b18 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/ff1b0b18 Branch: refs/heads/master Commit: ff1b0b18f2f16e47b1fc5f6270393470ec8e9a7b Parents: b6e7fbe Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Tue Nov 10 14:16:45 2015 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Tue Nov 10 14:16:45 2015 +0100 ---------------------------------------------------------------------- annotations/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/ff1b0b18/annotations/src/main/webapp/index.jsp ---------------------------------------------------------------------- diff --git a/annotations/src/main/webapp/index.jsp b/annotations/src/main/webapp/index.jsp index 345dce0..d40e6d4 100644 --- a/annotations/src/main/webapp/index.jsp +++ b/annotations/src/main/webapp/index.jsp @@ -1 +1 @@ -<% response.sendRedirect("/index"); %> +<% response.sendRedirect("index"); %>