From 3f75e81bebdaa79c85e16f066e9f6d1b0e229cba Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Mon, 25 Apr 2016 17:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-operate-api/src/main/webapp/WEB-INF/web.xml | 4 ++-- platform-operate-api/src/main/webapp/clientaccesspolicy.xml | 13 ------------- platform-operate-api/src/main/webapp/crossdomain.xml | 0 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 platform-operate-api/src/main/webapp/clientaccesspolicy.xml delete mode 100644 platform-operate-api/src/main/webapp/crossdomain.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..3f16d74 100644 --- a/platform-operate-api/src/main/webapp/WEB-INF/web.xml +++ b/platform-operate-api/src/main/webapp/WEB-INF/web.xml @@ -13,7 +13,7 @@ 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/clientaccesspolicy.xml b/platform-operate-api/src/main/webapp/clientaccesspolicy.xml deleted file mode 100644 index f182607..0000000 --- a/platform-operate-api/src/main/webapp/clientaccesspolicy.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/platform-operate-api/src/main/webapp/crossdomain.xml b/platform-operate-api/src/main/webapp/crossdomain.xml deleted file mode 100644 index e69de29..0000000 -- 1.8.3.1