From 09d8789c2439fe12f86d0eb301216faca7d9c6b7 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Thu, 12 Mar 2020 20:52:42 +0200 Subject: Disable SecurityFilter Bumping version to 1.7.0 Change-Id: I041bb5ce967b687e10be97dbbaa3ba1d119d13ff Issue-ID: SDC-2825 Signed-off-by: Ofir Sonsino --- catalog-fe/src/main/webapp/WEB-INF/web.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'catalog-fe/src/main/webapp/WEB-INF/web.xml') diff --git a/catalog-fe/src/main/webapp/WEB-INF/web.xml b/catalog-fe/src/main/webapp/WEB-INF/web.xml index 1f259d9fde..8f64a2b336 100644 --- a/catalog-fe/src/main/webapp/WEB-INF/web.xml +++ b/catalog-fe/src/main/webapp/WEB-INF/web.xml @@ -73,16 +73,16 @@ true - - SecurityFilter - org.openecomp.sdc.fe.filters.SecurityFilter - true - - excludedUrls - - /config,/configmgr,/rest - - + + + + + + + + + + gzipFilter @@ -95,10 +95,10 @@ /* - - SecurityFilter - /* - + + + + gzipFilter -- cgit 1.2.3-korg