diff options
Diffstat (limited to 'catalog-be/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 812faba440..027601b952 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -50,17 +50,6 @@ <servlet-name>EsGateway</servlet-name> <url-pattern>/sdc2/esGateway/*</url-pattern> </servlet-mapping> - - <filter> - <filter-name>AuthenticationFilter</filter-name> - <filter-class> - org.openecomp.sdc.be.filters.RestAuthenticationFilter - </filter-class> - </filter> - <filter-mapping> - <filter-name>AuthenticationFilter</filter-name> - <url-pattern>/sdc2/rest/v1/consumers</url-pattern> - </filter-mapping> <servlet> <servlet-name>jerseyDistribution</servlet-name> |