Update for more Logging Info
[aaf/authz.git] / auth / auth-service / src / main / java / org / onap / aaf / auth / service / validation / ServiceValidator.java
index adff461..fb7556e 100644 (file)
@@ -57,7 +57,9 @@ public class ServiceValidator extends Validator {
         if (pd==null) {
             msg("Perm Data is null.");
         } else {
-            ns(pd.ns);
+               if(!pd.ns.contains("@")) { 
+                       ns(pd.ns);
+               }
             permType(pd.type,pd.ns);
             permInstance(pd.instance);
             permAction(pd.action);