diff options
author | Kotta, Shireesha (sk434m) <sk434m@att.com> | 2019-02-01 16:02:59 -0500 |
---|---|---|
committer | Kotta, Shireesha (sk434m) <shireesha.kotta@att.com> | 2019-02-01 16:37:23 -0500 |
commit | e8b5b88d6cbe36d62fad93ca696a09e06db0942a (patch) | |
tree | c9403e26133f1e16ca30b82883fcb85f1814c008 /ecomp-sdk/epsdk-app-os/src | |
parent | f3dce06d5855e7e1227dde74dd0c0acf3b0d97c0 (diff) |
pom, upgrade script changes
Issue-ID: PORTAL-356
portal/SDK release 2.5.0, POM, upgrade script
Change-Id: I18a2601ef4b2e4651b93cc0656185b7b88191fb7
Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/src')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml index 56a6edba..79335eb1 100644 --- a/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml +++ b/ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml @@ -56,28 +56,4 @@ <error-page> <location>/WEB-INF/jsp/error.jsp</location> </error-page> - <filter> - <filter-name>CadiAuthFilter</filter-name> - <filter-class>org.onap.portalsdk.core.onboarding.crossapi.CadiAuthFilter</filter-class> - <init-param> - <param-name>cadi_prop_files</param-name> - <!-- Add Absolute path of cadi.properties --> - <param-value>{path}/cadi.properties - </param-value> - </init-param> - <!--Add param values with comma delimited values --> - <!-- for example /api/v3/*,/auxapi/*--> - <init-param> - <param-name>include_url_endpoints</param-name> - <param-value>/api/v3/*</param-value> - </init-param> - <init-param> - <param-name>exclude_url_endpoints</param-name> - <param-value>/api/v3/analytics,/api/v3/storeAnalytics</param-value> - </init-param> - </filter> - <filter-mapping> - <filter-name>CadiAuthFilter</filter-name> - <url-pattern>/*</url-pattern> - </filter-mapping> </web-app> |