diff options
Diffstat (limited to 'catalog-fe/src/main/webapp/WEB-INF')
-rw-r--r-- | catalog-fe/src/main/webapp/WEB-INF/web.xml | 2 |
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 ffbcb1d3d6..9c81055652 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>/*</url-pattern> + <url-pattern>/sdc1/*</url-pattern> </filter-mapping> |