From 49afdc08f0fa93264f2ae59d8a5e9931d02e6369 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Tue, 18 Sep 2018 13:28:50 -0500 Subject: Support for Authorization Generic Filters These will aid applications using there own authorization system at their desired granularity. Change-Id: Iba7fca8742127bcec177b93452f111d28c7f8ec7 Signed-off-by: Jorge Hernandez Issue-ID: POLICY-1043 --- .../policy/common/endpoints/http/server/HttpServletServerFactory.java | 1 - 1 file changed, 1 deletion(-) (limited to 'policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java') diff --git a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java index c789cd26..b5c701ac 100644 --- a/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java +++ b/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java @@ -264,7 +264,6 @@ class IndexedHttpServletServerFactory implements HttpServletServerFactory { } } - serviceList.add(service); } -- cgit 1.2.3-korg