diff options
Diffstat (limited to 'src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c3e07b5..46d7b45 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -31,12 +31,12 @@ <param-value>/WEB-INF/spring-context.xml</param-value> </context-param> <listener> - <listener-class>org.onap.dmaap.messagerouter.msgrtr.nsa.cambria.listener.CambriaServletContextListener</listener-class> + <listener-class>com.att.nsa.cambria.listener.CambriaServletContextListener</listener-class> </listener> <filter> <display-name>ContentLengthFilter</display-name> <filter-name>ContentLengthFilter</filter-name> - <filter-class>org.onap.dmaap.messagerouter.msgrtr.nsa.filter.ContentLengthFilter</filter-class> + <filter-class>com.att.nsa.filter.ContentLengthFilter</filter-class> </filter> <filter-mapping> <filter-name>ContentLengthFilter</filter-name> |