[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / onboarding-rest-war / src / main / java / org / openecomp / server / filters / ActionAuthorizationFilter.java
index ba9c753..82e4fa8 100644 (file)
@@ -21,7 +21,6 @@
 package org.openecomp.server.filters;
 
 import java.io.IOException;
-
 import javax.servlet.Filter;
 import javax.servlet.FilterChain;
 import javax.servlet.FilterConfig;
@@ -37,6 +36,8 @@ public class ActionAuthorizationFilter implements Filter {
 
   @Override
   public void destroy() {
+    // TODO Auto-generated method stub
+
   }
 
   @Override
@@ -62,10 +63,7 @@ public class ActionAuthorizationFilter implements Filter {
 
   @Override
   public void init(FilterConfig arg0) throws ServletException {
-    /*runningOnLocal = System.getProperty("file.separator").equals("\\");
-    if (!runningOnLocal){
-    // call to super init of cadi filter as we are not running on windows
-    }*/
+
   }
 
 }