diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-25 09:55:06 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-25 09:55:52 -0400 |
commit | e22eec55bf0815dd1c303ac5fb1c6e6f211a70f0 (patch) | |
tree | de0e35104535e35452a2ef002cec6c3e94c2945e /ecomp-sdk/epsdk-app-os | |
parent | e3982f6c2a13c903947a66d89e1af1ccbb161e5f (diff) |
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) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 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 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 @@ </session-config> <filter> <filter-name>SecurityXssFilter</filter-name> - <filter-class>org.onap.portalapp.filtersss.SecurityXssFilter</filter-class> + <filter-class>org.onap.portalapp.filter.SecurityXssFilter</filter-class> </filter> <filter-mapping> <filter-name>SecurityXssFilter</filter-name> |