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