Commit 97b6399d9bfea191c15f52ccb42e255c65885cf3
1 parent
e69a0e7d27
Exists in
master
and in
1 other branch
bug fix
管理员默认机构
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/webapp/WEB-INF/web.xml
View file @
97b6399
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | version="2.5" |
14 | 14 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> |
15 | 15 | |
16 | - | |
16 | +<!-- | |
17 | 17 | <filter> |
18 | 18 | <filter-name>CorsFilter</filter-name> |
19 | 19 | <filter-class>org.apache.catalina.filters.CorsFilter</filter-class> |
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | <filter-name>CorsFilter</filter-name> |
47 | 47 | <url-pattern>/*</url-pattern> |
48 | 48 | </filter-mapping> |
49 | - | |
49 | +--> | |
50 | 50 | |
51 | 51 | <servlet-mapping> |
52 | 52 | <servlet-name>default</servlet-name> |