diff options
Diffstat (limited to 'ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml index 58d52706..6984cc91 100644 --- a/ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml +++ b/ecomp-portal-BE-os/src/main/webapp/WEB-INF/web.xml @@ -71,7 +71,7 @@ </listener> <filter> <filter-name>springSessionRepositoryFilter</filter-name> - <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class> + <filter-class>org.onap.portalapp.music.filter.MusicSessionRepositoryFilter</filter-class> </filter> <filter-mapping> <filter-name>springSessionRepositoryFilter</filter-name> |