+"client ["+jaasClient+"] as it is missing param ["+keyParam+"]."
+" Skipping JAAS config for ["+jaasClient+"]");
LOG.error("Unable to add JAAS configuration for client [{}] as it is missing param [{}]. Skipping JAAS config for [{}]",jaasClient,keyParam,jaasClient);
continue;
}else{
loginModuleName=loginModuleName.trim();
...
...
@@ -290,15 +288,12 @@ public final class InMemoryJAASConfiguration extends Configuration {
+"\nReturning 403 since the access is blocked update!!!!");
LOG.debug("You are not authorized for {} on {} : {}\nReturning 403 since the access is blocked update!!!!",atlasRequest.getAction().name(),atlasResourceTypes,atlasRequest.getResource());