diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp b/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp index 9fc7e523cb..ba8a836285 100644 --- a/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp +++ b/spring-mvc-xml/src/main/webapp/WEB-INF/view/errorPage.jsp @@ -2,10 +2,9 @@ <%@ page session="false"%> -Home + Home -

${errorMsg}

- +

${errorMsg}

diff --git a/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml b/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml index e73d772483..2240ac0a22 100644 --- a/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml +++ b/spring-mvc-xml/src/main/webapp/WEB-INF/web.xml @@ -43,7 +43,7 @@ index.jsp - - /errors - + + /errors + \ No newline at end of file