From 28dcf92d1e4082a7df845685b2e5f9380a64f1b9 Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Fri, 29 Apr 2016 18:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/web.xml | 98 ++++++++--------- .../src/main/webapp/WEB-INF/web.xml_ | 116 --------------------- .../src/main/webapp/clientaccesspolicy.xml | 13 --- 3 files changed, 49 insertions(+), 178 deletions(-) delete mode 100644 platform-operate-api/src/main/webapp/WEB-INF/web.xml_ delete mode 100644 platform-operate-api/src/main/webapp/clientaccesspolicy.xml diff --git a/platform-operate-api/src/main/webapp/WEB-INF/web.xml b/platform-operate-api/src/main/webapp/WEB-INF/web.xml index e9d47b2..6b6466e 100644 --- a/platform-operate-api/src/main/webapp/WEB-INF/web.xml +++ b/platform-operate-api/src/main/webapp/WEB-INF/web.xml @@ -1,57 +1,57 @@ - + version="2.5" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> + + + default + *.xml + diff --git a/platform-operate-api/src/main/webapp/WEB-INF/web.xml_ b/platform-operate-api/src/main/webapp/WEB-INF/web.xml_ deleted file mode 100644 index 3f16d74..0000000 --- a/platform-operate-api/src/main/webapp/WEB-INF/web.xml_ +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - default - *.xml - - - - - - contextConfigLocation - - classpath*:/spring/applicationContext.xml - - - - - 60 - - - log4jConfigLocation - classpath:log4j_config.xml - - - log4jRefreshInterval - 60000 - - - dispatcher - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/spring/applicationContext-mvc.xml - - 1 - - - dispatcher - / - - - HttpMethodFilter - org.springframework.web.filter.HttpPutFormContentFilter - - - HttpMethodFilter - /* - - - encodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - encoding - UTF-8 - - - - - encodingFilter - /* - - - org.springframework.web.context.ContextLoaderListener - - - org.springframework.web.util.Log4jConfigListener - - diff --git a/platform-operate-api/src/main/webapp/clientaccesspolicy.xml b/platform-operate-api/src/main/webapp/clientaccesspolicy.xml deleted file mode 100644 index 509cf5c..0000000 --- a/platform-operate-api/src/main/webapp/clientaccesspolicy.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file -- 1.8.3.1