diff options
author | Michael Lando <ml636r@att.com> | 2017-08-02 19:57:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-02 19:57:39 +0000 |
commit | d1d771bed17c6a5beea19af8da0bf9113972f25a (patch) | |
tree | 6e7420dd3d82200849e51c2af3f2696f11815d12 /catalog-be/src/main/webapp/WEB-INF/web.xml | |
parent | f15292dd1b262f0a4300c3e7a5bdc5430a6f2a63 (diff) | |
parent | f5854fd32c19c44d32a3e6739b30271d4dccd393 (diff) |
Merge "[SDC] code rebase for sdc resync to LF"
Diffstat (limited to 'catalog-be/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 889b1fac60..16c6fd6756 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -158,7 +158,7 @@ <url-pattern>/lbClassicStatus</url-pattern> </servlet-mapping> - <filter> +<!-- <filter> <filter-name>GzipFilter</filter-name> <filter-class>org.eclipse.jetty.servlets.GzipFilter</filter-class> <async-supported>true</async-supported> @@ -175,7 +175,7 @@ <filter-name>GzipFilter</filter-name> <url-pattern>/sdc2/rest/*</url-pattern> </filter-mapping> - +--> <context-param> <param-name>contextConfigLocation</param-name> @@ -190,9 +190,6 @@ <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> - - - <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> |