Commit 85bde24f7b11bdd64c4f0d220cca3a29f892de81
1 parent
16708be278
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/webapp/WEB-INF/web.xml
View file @
85bde24
... | ... | @@ -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,6 +46,8 @@ |
46 | 46 | <filter-name>CorsFilter</filter-name> |
47 | 47 | <url-pattern>/*</url-pattern> |
48 | 48 | </filter-mapping> |
49 | + | |
50 | +--> | |
49 | 51 | |
50 | 52 | <servlet-mapping> |
51 | 53 | <servlet-name>default</servlet-name> |