From 4c1f6ecd1d8cfdaf175074ec424ab41dfe2aebd3 Mon Sep 17 00:00:00 2001 From: rlawson Date: Wed, 6 Aug 2014 09:35:38 -0400 Subject: [PATCH] clean up a few .do to .mvc conversions --- webapp/WEB-INF/pages/logout.jsp | 2 +- webapp/WEB-INF/web.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/WEB-INF/pages/logout.jsp b/webapp/WEB-INF/pages/logout.jsp index e33a9a400..f55c73a8e 100644 --- a/webapp/WEB-INF/pages/logout.jsp +++ b/webapp/WEB-INF/pages/logout.jsp @@ -49,7 +49,7 @@ You have logged out successfully
- Click here to " > Login + Click here to " > Login diff --git a/webapp/WEB-INF/web.xml b/webapp/WEB-INF/web.xml index 187dc83a8..70357eb93 100644 --- a/webapp/WEB-INF/web.xml +++ b/webapp/WEB-INF/web.xml @@ -256,7 +256,7 @@ will be mapped to the "graph" servlet, while a request like: - http://localhost:8080/{contextpath}/saveCustomer.do + http://localhost:8080/{contextpath}/saveCustomer.mvc will be mapped to the "controller" servlet. @@ -330,7 +330,7 @@ - login.do + login.mvc