From e22eec55bf0815dd1c303ac5fb1c6e6f211a70f0 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 25 Oct 2017 09:55:06 -0400 Subject: Repair security filters Revise app web.xml to remove typo in Java package name. Also drop unneeded test class. Issue: PORTAL-135 Change-Id: I49662928c5eed38520e9a9c5f839385148aef0fa Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecomp-sdk/epsdk-app-os/src') 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 7441508a..f5039df4 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 @@ -15,7 +15,7 @@ SecurityXssFilter - org.onap.portalapp.filtersss.SecurityXssFilter + org.onap.portalapp.filter.SecurityXssFilter SecurityXssFilter -- cgit 1.2.3-korg