log.debug("applyDLS() return unmodified content because of path (no search): "+restRequest.getHttpServletRequest().getMethod()+" "+restRequest.path());
return xres.content();
}
final List<String> dlsTokens = new PermDlsEvaluator(
securityService.getXContentSecurityConfiguration(
"dlspermissions", "dlspermissions")).evaluatePerm(
SecurityUtil.getIndices(restRequest),
SecurityUtil.getTypes(restRequest),
securityService