aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/webapp/WEB-INF
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2019-09-06 09:45:03 +0000
committerandre.schmid <andre.schmid@est.tech>2019-09-06 09:45:03 +0000
commit06b4321bfa2a0aa5dd7529205b557ef587647c94 (patch)
treea6b1ca8087308b554f82e0828bc9eb6d928d55d7 /catalog-be/src/main/webapp/WEB-INF
parent1da40f4a4b7cf94afc034bfbc078f09921d92fc6 (diff)
Revert "Basic authorization for unsecured endpoint"
This reverts commit 34e04405 Change-Id: I6e27ce2d04b50417c3b0c9e5da217cbc57f8d277 Issue-ID: SDC-2556 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/src/main/webapp/WEB-INF')
-rw-r--r--catalog-be/src/main/webapp/WEB-INF/web.xml11
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>