aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-09-18 13:28:50 -0500
committerJorge Hernandez <jh1730@att.com>2018-09-18 13:28:50 -0500
commit49afdc08f0fa93264f2ae59d8a5e9931d02e6369 (patch)
treec7e660651ea645df09a228b5db5351b4eebe2269 /policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java
parentf7875f84677d0f7754048ae12bf289d0c05a6967 (diff)
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 <jh1730@att.com> Issue-ID: POLICY-1043
Diffstat (limited to 'policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java')
-rw-r--r--policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/HttpServletServerFactory.java1
1 files changed, 0 insertions, 1 deletions
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);
}