aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-07-10 10:42:32 +0300
committerMichael Lando <ml636r@att.com>2017-07-10 10:42:32 +0300
commitab146a193c43e9be0e9efeac7bab2690a7ba2d33 (patch)
treef746ee79aad40b984235e3766b1e813dfafcc8c6 /catalog-fe
parent153a35821f0d25ce23cca467b76c5a7c5092c744 (diff)
[sdc] fix gzip filter
Change-Id: I69aed0cd85bdcc0d25f4af99439abb61050d7e12 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-fe')
-rw-r--r--catalog-fe/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-fe/src/main/webapp/WEB-INF/web.xml b/catalog-fe/src/main/webapp/WEB-INF/web.xml
index 9c81055652..ffbcb1d3d6 100644
--- a/catalog-fe/src/main/webapp/WEB-INF/web.xml
+++ b/catalog-fe/src/main/webapp/WEB-INF/web.xml
@@ -101,7 +101,7 @@
<filter-mapping>
<filter-name>GzipFilter</filter-name>
- <url-pattern>/sdc1/*</url-pattern>
+ <url-pattern>/*</url-pattern>
</filter-mapping>