logger.warn("Unable to get UI locale", e);
locale = getRequest().getLocale();
}
for (Map.Entry<String, String> richText : richTexts.entrySet()) {
ValidatorResults validatorResults = new WAIValidator(locale).validate(richText.getValue());
result.put(richText.getKey(), toWCAGResult(validatorResults));
}
return result;
}