Do not unregister oauth2 endpoint 88/81488/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Apr 2019 13:13:28 +0000 (15:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Apr 2019 13:14:26 +0000 (15:14 +0200)
Since we are not registering the endpoint, we should not be
unregistering it.

Change-Id: I96ed22f6c7e4bff4670650ca83265ef908813b86
JIRA: AAA-173
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/AAAShiroProvider.java

index fd18d94d9ee63f09b41981f810097111783f1832..ded25cfc75be82647670d260de74c834ae70b276 100644 (file)
@@ -131,7 +131,6 @@ public final class AAAShiroProvider {
         LOG.info("AAAShiroProvider Closed");
         if (httpService != null) {
             httpService.unregister(moonEndpointPath);
-            httpService.unregister(oauth2EndpointPath);
         }
     }